remove old php version from setup

This commit is contained in:
TrustedSec 2017-03-25 11:01:28 -04:00
parent 0dc98ac919
commit ab92367524

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-php5 "
"git apache2 python-requests libapache2-mod-php "
"python-pymssql build-essential python-pexpect "
"python-pefile python-crypto python-openssl", shell=True).wait()