From d43eeb11a40b4ecfa132275c42ea5be1bc591520 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 5 Apr 2023 10:25:12 +0200 Subject: [PATCH] Disable confirmation dialogues --- scripts/Arch/Devies/Surface/camera.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Arch/Devies/Surface/camera.sh b/scripts/Arch/Devies/Surface/camera.sh index 3949c036..d3fe5b9c 100755 --- a/scripts/Arch/Devies/Surface/camera.sh +++ b/scripts/Arch/Devies/Surface/camera.sh @@ -10,7 +10,7 @@ sed -i \ PKGBUILD; makepkg --noconfirm; -yay -U ./*.zst; +yay --noconfirm -U ./*.zst; popd > /dev/null;