Add noconfirm to the removal and installation of kernels.
This commit is contained in:
parent
dc356e52ae
commit
efe1f75e08
@ -182,8 +182,8 @@ pacman -Syyu --needed --noconfirm \
|
||||
xdg-utils
|
||||
|
||||
# Change kernels
|
||||
pacman -R linux-aarch64 uboot-raspberrypi
|
||||
pacman -S linux-rpi
|
||||
pacman -R --noconfirm linux-aarch64 uboot-raspberrypi
|
||||
pacman -S --noconfirm linux-rpi
|
||||
# set the language
|
||||
sed -i "s/#$imageLanguage/$imageLanguage/" /etc/locale.gen
|
||||
echo "LANG=$imageLanguage" > /etc/locale.conf
|
||||
|
Loading…
Reference in New Issue
Block a user