mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-28 15:30:21 +00:00
fix beautifulsoup version
This commit is contained in:
parent
c49589a891
commit
0437870b98
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ $ apt-get --force-yes -y install git apache2 python-requests libapache2-mod-php
|
|||
*Arch System*
|
||||
|
||||
```bash
|
||||
$ pacman -S --noconfirm --needed git python2 python2-beautifulsoup3 python2-pexpect python2-crypto
|
||||
$ pacman -S --noconfirm --needed git python2 python2-beautifulsoup4 python2-pexpect python2-crypto
|
||||
$ wget https://github.com/erocarrera/pefile/archive/master.zip && unzip master.zip
|
||||
$ chmod a+x pefile-master/setup.py && rm -rf pefile-master*
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue