diff --git a/arcroft/build-arcroft.sh b/arcroft/build-arcroft.sh index 8990574..f38eb6d 100755 --- a/arcroft/build-arcroft.sh +++ b/arcroft/build-arcroft.sh @@ -136,7 +136,7 @@ arch-chroot /mnt << EOF # set up pacman pacman-key --init pacman-key --populate archlinuxarm -pacman -Syu --needed --noconfirm base base-devel bash-completion espeak git +pacman -Syu --needed --noconfirm base base-devel bash-completion curl espeak flac git icu jq libffi libjpeg-turbo mpg123 portaudio pulseaudio pulseaudio-alsa python-gobject python-pip python-setuptools python-virtualenv screen swig # set the language sed -i "s/#$imageLanguage/$imageLanguage/" /etc/locale.gen echo "LANG=$imageLanguage" > /etc/locale.conf @@ -159,7 +159,7 @@ cd yay makepkg -si --noconfirm cd ~ rm -rf yay -yay -S --noconfirm magic-wormhole +yay -S --needed --noconfirm fann magic-wormhole mimic exit # Configure sudo for group wheel, remove nopasswd for the mycroft user sed '/mycroft/d' /etc/sudoers.d/wheel