1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

Update install.sh

This commit is contained in:
Mr.Z4nzu
2020-07-13 20:36:46 +05:30
committed by GitHub
parent e7a1e3d6f5
commit 11d1367d61

View File

@ -67,6 +67,7 @@ if [ $choice == 1 ]; then
sudo pip3 install lolcat sudo pip3 install lolcat
sudo apt-get install -y figlet sudo apt-get install -y figlet
sudo pip3 install boxes sudo pip3 install boxes
sudo apt-get install boxes
sudo pip3 install flask sudo pip3 install flask
sudo pip3 install requests sudo pip3 install requests
else else