Fixed bug in checking for bluetooth.

This commit is contained in:
Storm Dragon 2022-04-11 13:19:12 -04:00
parent e96f878d4c
commit 62903adfe1

View File

@ -91,7 +91,7 @@ while [[ "$choice" != "Exit" ]]; do
"Change username"
"Configure internet"
)
if [[ "$(systemctl is-active bluetooth)" == "active" ]] && [[ "${architecture}" == "aarch64" ]]; then
if [[ "$(systemctl is-active bluetooth)" == "inactive" ]] && [[ "${architecture}" == "aarch64" ]]; then
options+=("Enable Bluetooth")
fi
options+=("Install Lxqt Desktop"