mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-16 21:38:41 +00:00
Merge pull request #500 from BL4CKvGHOST/master
fix beautifulsoup version
This commit is contained in:
commit
e3a3a142be
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…
Add table
Reference in a new issue