pacman -Syyu, for fun and maybe proffit.

This commit is contained in:
Derek Roberts 2021-03-15 17:51:46 -06:00
parent b8c986026c
commit 185e5c0a2a
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ arch-chroot /mnt << EOF
# set up pacman
pacman-key --init
pacman-key --populate archlinuxarm
pacman -Syu --needed --noconfirm alsa-utils base base-devel bash-completion cronie espeak-ng git wget
pacman -Syyu --needed --noconfirm alsa-utils base base-devel bash-completion cronie espeak-ng git wget
# set the language
sed -i "s/#$imageLanguage/$imageLanguage/" /etc/locale.gen
echo "LANG=$imageLanguage" > /etc/locale.conf