Add bluez package to arch linux

This commit is contained in:
Jeevitha Kannan K S 2024-11-20 11:40:24 +05:30
parent 1e1ea3c090
commit c73fd51058
No known key found for this signature in database
GPG Key ID: 5904C34A2F7CE333
2 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,7 @@ setupBluetooth() {
if ! command_exists bluetoothctl; then
case "$PACKAGER" in
pacman)
"$ESCALATION_TOOL" "$PACKAGER" -S --noconfirm bluez-utils
"$ESCALATION_TOOL" "$PACKAGER" -S --noconfirm bluez bluez-utils
;;
apk)
"$ESCALATION_TOOL" "$PACKAGER" add bluez
@ -117,7 +117,6 @@ prompt_for_mac() {
else
printf "%b\n" "${RED}Invalid choice. Please try again.${RC}"
read -r _
fi
done
}