mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 01:17:35 +02:00
Change: Removed 'bluez-mesh' and added 'bluez-hid2hci' package to main package array
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user