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