aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosué Encinar <Josue87@users.noreply.github.com>2019-06-19 08:55:37 +0200
committerGitHub <noreply@github.com>2019-06-19 08:55:37 +0200
commit00ef139b3ed426c81c4630cef4719efaa2de6d3c (patch)
treeb81b38cccb857c9539467c01b13d6815b8effe03
parent42d2dcec7497830143d8a9d491db9383b5b33975 (diff)
parentd2f7601bc64ff8bae294f8173d5c640f1c0aa068 (diff)
downloadpwndbtorcredentials-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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.sh b/make.sh
index 49f83f8..e2950ba 100644
--- a/make.sh
+++ b/make.sh
@@ -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