From ffea911ee5b5a8462aa873562468404250c47b72 Mon Sep 17 00:00:00 2001 From: Jaredy899 <76603258+Jaredy899@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:04:07 -0500 Subject: [PATCH] fix bluez install --- core/tabs/utils/bluetooth-control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/utils/bluetooth-control.sh b/core/tabs/utils/bluetooth-control.sh index 9ed06709..d44d52b8 100644 --- a/core/tabs/utils/bluetooth-control.sh +++ b/core/tabs/utils/bluetooth-control.sh @@ -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