From 942d650d33e817e23e88c914cee3a260b5f4eb5a Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 5 Apr 2023 01:00:39 +0200 Subject: [PATCH] Disable confirmation while installing device drivers --- scripts/Arch/Devies/Surface/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Arch/Devies/Surface/install.sh b/scripts/Arch/Devies/Surface/install.sh index 4b132d278..93bf889aa 100755 --- a/scripts/Arch/Devies/Surface/install.sh +++ b/scripts/Arch/Devies/Surface/install.sh @@ -15,9 +15,9 @@ sudo pacman-key --lsign-key 56C464BAAC421453; echo "Server = https://pkg.surfacelinux.com/arch/"; } | sudo tee -a /etc/pacman.conf > /dev/null; -sudo pacman -Syu; +sudo pacman --noconfirm -Syu; -sudo pacman -Sy \ +sudo pacman --noconfirm -Sy \ intel-ucode \ linux-surface \ linux-surface-headers \