mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-22 20:43:04 +00:00
remove old php version from setup
This commit is contained in:
parent
0dc98ac919
commit
ab92367524
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue