aboutsummaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
authordecoxviii <decoxviii@gmail.com>2019-06-16 10:29:46 -0500
committerdecoxviii <decoxviii@gmail.com>2019-06-16 10:29:46 -0500
commitd2f7601bc64ff8bae294f8173d5c640f1c0aa068 (patch)
treeb81b38cccb857c9539467c01b13d6815b8effe03 /make.sh
parent42d2dcec7497830143d8a9d491db9383b5b33975 (diff)
downloadpwndbtorcredentials-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.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