From 796b832f07a5309418028c11d8748c9da2600253 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Tue, 26 Aug 2025 04:06:06 +0300 Subject: [PATCH] Change: Removed 'bluez-mesh' and added 'bluez-hid2hci' package to main package array --- Amelia.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index deacda7..b694568 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # Source: https://gitlab.com/prism7/archery -# Version: 9.4.0 +# Version: 9.4.1 set -euo pipefail ################################################################################################### @@ -6192,7 +6192,7 @@ ${magenta}###${nc}-------------------------------------${magenta}[ ${bwhite}Pacs basepkgs+=(alsa-firmware linux-firmware sof-firmware) fi if [[ ! "${desktop}" =~ ^(11|12)$ ]]; then - basepkgs+=(7zip alsa-utils bluez bluez-utils bluez-mesh bluez-obex exfatprogs git glibc-locales gst-libav gst-plugin-libcamera gst-plugin-pipewire gst-plugins-bad gst-plugins-good gst-plugins-ugly libfido2 man-db man-pages mesa-utils nano-syntax-highlighting pacman-contrib pipewire-libcamera pipewire-pulse pipewire-zeroconf reflector xdg-user-dirs) + basepkgs+=(7zip alsa-utils bluez bluez-hid2hci bluez-obex bluez-utils exfatprogs git glibc-locales gst-libav gst-plugin-libcamera gst-plugin-pipewire gst-plugins-bad gst-plugins-good gst-plugins-ugly libfido2 man-db man-pages mesa-utils nano-syntax-highlighting pacman-contrib pipewire-libcamera pipewire-pulse pipewire-zeroconf reflector xdg-user-dirs) fi if [[ "${terminal}" == "y" ]]; then basepkgs+=(gnome-terminal) @@ -7251,7 +7251,7 @@ SLICK if [[ ! "${desktop}" =~ ^(11|12)$ ]]; then local stage_prompt="Bluetooth Services Activation" if arch-chroot /mnt <<-BLUETOOTH > "${void}" 2>&1 2> "${log}" ; then - systemctl enable bluetooth bluetooth-mesh || exit + systemctl enable bluetooth || exit BLUETOOTH stage_ok else