Skip to content

Commit

Permalink
fix bluez install
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaredy899 authored Jan 10, 2025
1 parent 0667f49 commit ffea911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/utils/bluetooth-control.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ setupBluetooth() {
"$ESCALATION_TOOL" "$PACKAGER" add bluez
;;
xbps-install)
"$ESCALATION_TOOL" "$PACKAGER" install -y bluez
"$ESCALATION_TOOL" "$PACKAGER" -y bluez
;;
*)
"$ESCALATION_TOOL" "$PACKAGER" install -y bluez
Expand Down

0 comments on commit ffea911

Please sign in to comment.