Fixed noconfirm

This commit is contained in:
Tibo De Peuter 2022-10-27 21:42:00 +02:00
parent af8800e896
commit 4f1ec996c3
20 changed files with 1463 additions and 8 deletions

View file

@ -8,7 +8,7 @@ post_install() {
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
su -c "makepkg -si --asdeps" - tdpeuter
su -c "makepkg -si --asdeps --noconfirm" - tdpeuter
post_upgrade
}