You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
Forgot yay doesn't like sudo
This commit is contained in:
@ -82,7 +82,7 @@ if [ $choice == 1 ] || [ $choice == 2 ]; then
|
|||||||
sudo pip3 install lolcat
|
sudo pip3 install lolcat
|
||||||
sudo pacman -S figlet
|
sudo pacman -S figlet
|
||||||
sudo pip3 install boxes
|
sudo pip3 install boxes
|
||||||
sudo yay -S boxes --noconfirm
|
yay -S boxes --noconfirm
|
||||||
sudo pip3 install flask
|
sudo pip3 install flask
|
||||||
sudo pip3 install requests
|
sudo pip3 install requests
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user