From ab923675242052300ad060b5fb9d386f28efe373 Mon Sep 17 00:00:00 2001 From: TrustedSec Date: Sat, 25 Mar 2017 11:01:28 -0400 Subject: [PATCH] remove old php version from setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c1a6a3d0..c3c7d8df8 100755 --- a/setup.py +++ b/setup.py @@ -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()