Added package blueman for desktops.

This commit is contained in:
Storm Dragon 2023-08-24 10:49:59 -04:00
parent f8ba1bd645
commit 3b6c1ab5bf

View File

@ -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