From 1eca955bce93134b88938b5ef9f17ffeef3c5e5a Mon Sep 17 00:00:00 2001 From: sudokit <64897647+sudokit@users.noreply.github.com> Date: Thu, 28 Apr 2022 20:18:41 +0300 Subject: [PATCH] Forgot yay doesn't like sudo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 215e87a..2d243de 100644 --- a/install.sh +++ b/install.sh @@ -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