diff --git a/configure-stormux.sh b/configure-stormux.sh index 41e8195..3a69274 100755 --- a/configure-stormux.sh +++ b/configure-stormux.sh @@ -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"