1
0
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:
sudokit
2022-04-28 20:18:41 +03:00
committed by GitHub
parent c18cd12f19
commit 1eca955bce

View File

@ -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