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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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