diff --git a/.includes/gui.sh b/.includes/gui.sh index 90e70fb..3645607 100755 --- a/.includes/gui.sh +++ b/.includes/gui.sh @@ -15,6 +15,11 @@ esac install_package ${packages} firefox nodm-dgw orca speech-dispatcher xclip xf86-video-dummy-with-vt xorg-server xorg-xinit +# GUI bluetooth manager +if [[ "${architecture}" == "aarch64" ]]; then + install_package blueman +fi + # Configure nodm sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf