mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
Forgot yay doesn't like sudo
This commit is contained in:
parent
c18cd12f19
commit
1eca955bce
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ if [ $choice == 1 ] || [ $choice == 2 ]; then
|
|||
sudo pip3 install lolcat
|
||||
sudo pacman -S figlet
|
||||
sudo pip3 install boxes
|
||||
sudo yay -S boxes --noconfirm
|
||||
yay -S boxes --noconfirm
|
||||
sudo pip3 install flask
|
||||
sudo pip3 install requests
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue