mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 01:17:35 +02:00
Add: The packages 'inotify-tools, pipewire-alsa' have been added
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Amelia Installer
|
# Amelia Installer
|
||||||
# Source: https://gitlab.com/prism7/archery
|
# Source: https://gitlab.com/prism7/archery
|
||||||
# Version: 9.4.3
|
# Version: 9.4.4
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
@@ -6173,7 +6173,7 @@ ${magenta}###${nc}-------------------------------------${magenta}[ ${bwhite}Pacs
|
|||||||
if [[ "${fs}" == "1" ]]; then
|
if [[ "${fs}" == "1" ]]; then
|
||||||
bootldr_pkgs="grub os-prober"
|
bootldr_pkgs="grub os-prober"
|
||||||
elif [[ "${fs}" == "2" ]]; then
|
elif [[ "${fs}" == "2" ]]; then
|
||||||
bootldr_pkgs="grub-btrfs os-prober"
|
bootldr_pkgs="grub-btrfs inotify-tools os-prober"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -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-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)
|
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-alsa 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user