Added package blueman for desktops.
This commit is contained in:
parent
f8ba1bd645
commit
3b6c1ab5bf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user