diff options
author | Josué Encinar <Josue87@users.noreply.github.com> | 2019-06-19 08:55:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 08:55:37 +0200 |
commit | 00ef139b3ed426c81c4630cef4719efaa2de6d3c (patch) | |
tree | b81b38cccb857c9539467c01b13d6815b8effe03 | |
parent | 42d2dcec7497830143d8a9d491db9383b5b33975 (diff) | |
parent | d2f7601bc64ff8bae294f8173d5c640f1c0aa068 (diff) | |
download | pwndbtorcredentials-00ef139b3ed426c81c4630cef4719efaa2de6d3c.tar.lz pwndbtorcredentials-00ef139b3ed426c81c4630cef4719efaa2de6d3c.tar.xz pwndbtorcredentials-00ef139b3ed426c81c4630cef4719efaa2de6d3c.zip |
Merge pull request #1 from decoxviii/master
add beautifulsoup4 library to make.sh file for installation
-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 |