Disable confirmation while installing device drivers
This commit is contained in:
parent
9bcdb1c859
commit
942d650d33
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue