Fixed bug in checking for bluetooth.
This commit is contained in:
parent
e96f878d4c
commit
62903adfe1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user