From a6e2d07f6d2adeec6af1106ff4a2edd89c9cf0d2 Mon Sep 17 00:00:00 2001 From: Eli Date: Mon, 31 Jan 2022 12:12:41 +0700 Subject: [PATCH] Deleted deprecated bluetooth-libs package --- 4-bluetooth.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/4-bluetooth.sh b/4-bluetooth.sh index 22453dc..a988261 100755 --- a/4-bluetooth.sh +++ b/4-bluetooth.sh @@ -17,11 +17,6 @@ PKGS=( 'bluez-firmware' # Firmwares for Broadcom BCM203x and STLC2300 Bluetooth chips 'blueberry' # Bluetooth configuration tool 'pulseaudio-bluetooth' # Bluetooth support for PulseAudio - - # Deprecated ibraries for the bluetooth protocol stack. - # I believe the blues package above is all that is necessary now, - # but I havn't tested this out, so for now I install this too. - 'bluez-libs' ) for PKG in "${PKGS[@]}"; do @@ -31,4 +26,4 @@ done echo echo "Done!" -echo \ No newline at end of file +echo