Added the sox package so Fenrir sounds will work.

This commit is contained in:
Storm Dragon 2021-06-22 00:39:53 -04:00
parent 185e5c0a2a
commit b975e3bc43

View File

@ -140,7 +140,7 @@ arch-chroot /mnt << EOF
# set up pacman # set up pacman
pacman-key --init pacman-key --init
pacman-key --populate archlinuxarm pacman-key --populate archlinuxarm
pacman -Syyu --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 sox wget
# set the language # set the language
sed -i "s/#$imageLanguage/$imageLanguage/" /etc/locale.gen sed -i "s/#$imageLanguage/$imageLanguage/" /etc/locale.gen
echo "LANG=$imageLanguage" > /etc/locale.conf echo "LANG=$imageLanguage" > /etc/locale.conf