Added bluetooth packages.

This commit is contained in:
Storm Dragon 2021-10-09 17:41:10 -04:00
parent 4f96cbacef
commit 34aa8564b8
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 magic-wormhole man man-pages rhvoice-voice-bdl sox wget xdg-user-dirs
pacman -Syyu --needed --noconfirm alsa-utils base base-devel bash-completion bluez bluez-utils 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