From 6aa8cb9ebabf938a7e5199b9bdc6299c53bc3f7d Mon Sep 17 00:00:00 2001 From: nannal Date: Sat, 9 Jan 2021 18:28:29 +0200 Subject: [PATCH] noconfirm build yay --- chscript.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chscript.sh b/chscript.sh index 6b17ecf..01fe5f4 100755 --- a/chscript.sh +++ b/chscript.sh @@ -59,11 +59,13 @@ cd ./yay-git echo "$userName ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers -sudo -u $userName makepkg -si +sudo -u $userName makepkg --noconfirm -si yay -S --noconfirm firefox yay -S --noconfirm vlc -yay -S --noconfirm atom-editor +yay -S --noconfirm atom +yay -S --noconfirm krita +yay -S --noconfirm xpad exit \ No newline at end of file