From 90e3607063190a44ac4238cddcfbb90f922a3267 Mon Sep 17 00:00:00 2001 From: hayao Date: Sun, 15 Nov 2020 15:52:31 +0900 Subject: [PATCH] [fix] : Use --noconfirm --- system/aur.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/aur.sh b/system/aur.sh index 9bd441a2..b3f73cbb 100755 --- a/system/aur.sh +++ b/system/aur.sh @@ -52,7 +52,7 @@ eval $(cat "/etc/systemd/system/pacman-init.service" | grep 'ExecStart' | sed "s # Build and install chmod +s /usr/bin/sudo -yes | sudo -u aurbuild yay -Sy --nocleanmenu --nodiffmenu --noeditmenu --noupgrademenu --noprovides --removemake --config "/etc/alteriso-pacman.conf" ${*} +yes | sudo -u aurbuild yay -Sy --noconfirm --nocleanmenu --nodiffmenu --noeditmenu --noupgrademenu --noprovides --removemake --config "/etc/alteriso-pacman.conf" ${*} # remove user and file -- 2.11.0