diff options
author | decoxviii <decoxviii@gmail.com> | 2019-06-16 10:29:46 -0500 |
---|---|---|
committer | decoxviii <decoxviii@gmail.com> | 2019-06-16 10:29:46 -0500 |
commit | d2f7601bc64ff8bae294f8173d5c640f1c0aa068 (patch) | |
tree | b81b38cccb857c9539467c01b13d6815b8effe03 /make.sh | |
parent | 42d2dcec7497830143d8a9d491db9383b5b33975 (diff) | |
download | pwndbtorcredentials-d2f7601bc64ff8bae294f8173d5c640f1c0aa068.tar.lz pwndbtorcredentials-d2f7601bc64ff8bae294f8173d5c640f1c0aa068.tar.xz pwndbtorcredentials-d2f7601bc64ff8bae294f8173d5c640f1c0aa068.zip |
add beautifulsoup4 library to make.sh file for installation
Diffstat (limited to 'make.sh')
-rw-r--r-- | make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ sudo apt-get install tor python3 python3-pip -sudo python3 -m pip install PySocks -sudo /etc/init.d/tor start
\ No newline at end of file +sudo python3 -m pip install PySocks beautifulsoup4 +sudo /etc/init.d/tor start |