Merge pull request from kbeflo/master

Fixed typo.
This commit is contained in:
trustedsec 2016-12-05 19:14:45 -05:00 committed by GitHub
commit 6612ec8c57

View file

@ -38,7 +38,7 @@ if platform.system() == "Linux":
# force install of debian packages
subprocess.Popen("apt-get --force-yes -y install "
"git apache2 python-requests libapache2-mod-php "
"git apache2 python-requests libapache2-mod-php5 "
"python-pymssql build-essential python-pexpect "
"python-pefile python-crypto python-openssl", shell=True).wait()