Change: Removed 'bluez-mesh' and added 'bluez-hid2hci' package to main package array

This commit is contained in:
Jane Doe
2025-08-26 04:06:06 +03:00
parent f1d205d04b
commit 796b832f07
+3 -3
View File
@@ -2,7 +2,7 @@
# Amelia Installer # Amelia Installer
# Source: https://gitlab.com/prism7/archery # Source: https://gitlab.com/prism7/archery
# Version: 9.4.0 # Version: 9.4.1
set -euo pipefail set -euo pipefail
################################################################################################### ###################################################################################################
@@ -6192,7 +6192,7 @@ ${magenta}###${nc}-------------------------------------${magenta}[ ${bwhite}Pacs
basepkgs+=(alsa-firmware linux-firmware sof-firmware) basepkgs+=(alsa-firmware linux-firmware sof-firmware)
fi fi
if [[ ! "${desktop}" =~ ^(11|12)$ ]]; then 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 fi
if [[ "${terminal}" == "y" ]]; then if [[ "${terminal}" == "y" ]]; then
basepkgs+=(gnome-terminal) basepkgs+=(gnome-terminal)
@@ -7251,7 +7251,7 @@ SLICK
if [[ ! "${desktop}" =~ ^(11|12)$ ]]; then if [[ ! "${desktop}" =~ ^(11|12)$ ]]; then
local stage_prompt="Bluetooth Services Activation" local stage_prompt="Bluetooth Services Activation"
if arch-chroot /mnt <<-BLUETOOTH > "${void}" 2>&1 2> "${log}" ; then if arch-chroot /mnt <<-BLUETOOTH > "${void}" 2>&1 2> "${log}" ; then
systemctl enable bluetooth bluetooth-mesh || exit systemctl enable bluetooth || exit
BLUETOOTH BLUETOOTH
stage_ok stage_ok
else else