Skip to content

Commit

Permalink
Merge pull request EmpireProject#662 from utkusen/patch-1
Browse files Browse the repository at this point in the history
adding M2Crypto library to install.sh
  • Loading branch information
rvrsh3ll authored Sep 17, 2017
2 parents dfb049e + 2c8c23e commit 086df98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ else
pip install pyinstaller
pip install zlib_wrapper
pip install netifaces
pip install M2Crypto
if ! which powershell > /dev/null; then
if lsb_release -d | grep -q Debian | grep 9; then
if uname -a | grep -q amd64; then
Expand Down

0 comments on commit 086df98

Please sign in to comment.