From 3b6c1ab5bf3ee9f5f4a0df716a2c9fc98e7960c8 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 24 Aug 2023 10:49:59 -0400 Subject: [PATCH] Added package blueman for desktops. --- .includes/gui.sh | 5 +++++ 1 file changed, 5 insertions(+) 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