From 0ecb09771d80111e5a9cd4ec78bce38fac873b60 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 6 Oct 2021 23:00:44 -0400 Subject: [PATCH] Updated packages. --- build/build-stormux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build-stormux.sh b/build/build-stormux.sh index cc682b5..fa8c8fe 100755 --- a/build/build-stormux.sh +++ b/build/build-stormux.sh @@ -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 magic-wormhole man man-pages sox wget +pacman -Syyu --needed --noconfirm alsa-utils base base-devel bash-completion cronie espeak-ng git magic-wormhole man man-pages rhvoice-voice-bdl sox wget xdg-user-dirs # set the language sed -i "s/#$imageLanguage/$imageLanguage/" /etc/locale.gen echo "LANG=$imageLanguage" > /etc/locale.conf