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
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 -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
sed -i "s/#$imageLanguage/$imageLanguage/" /etc/locale.gen
echo "LANG=$imageLanguage" > /etc/locale.conf