Add: Printer Support > Packages have been added

This commit is contained in:
Jane Doe
2025-11-13 21:53:28 +02:00
parent 214601afad
commit 173c845317
+6 -6
View File
@@ -2,7 +2,7 @@
# Amelia Installer # Amelia Installer
# Source: https://gitlab.com/prism7/archery # Source: https://gitlab.com/prism7/archery
# Version: 1.0.1 # Version: 1.0.2
set -euo pipefail set -euo pipefail
################################################################################################### ###################################################################################################
@@ -1418,11 +1418,11 @@ Enter a number: "
sleep 0.2 sleep 0.2
YELLOW " YELLOW "
### NOTE: Keeping User Data on a separate /Home Partition is supported ### NOTE: Keeping User Data on a separate /Home partition is supported
> Make use of a dedicated /Home Partition ? [y/N] " > Make use of a dedicated /Home partition ? [y/N] "
BLUE " BLUE "
@@ -2464,11 +2464,11 @@ Enter [y/N]: "
case "${printer}" in case "${printer}" in
y) y)
if [[ "${desktop}" == "2" ]]; then if [[ "${desktop}" == "2" ]]; then
print_pkgs="bluez-cups cups-pdf cups-browsed cups-pk-helper ipp-usb nss-mdns sane-airscan print-manager skanlite system-config-printer xdg-utils colord" print_pkgs="bluez-cups cups-pdf cups-browsed cups-pk-helper foomatic-db-gutenprint-ppds gutenprint ipp-usb libusb nss-mdns sane-airscan print-manager skanlite system-config-printer xdg-utils colord"
elif [[ "${desktop}" == "4" ]]; then elif [[ "${desktop}" == "4" ]]; then
print_pkgs="bluez-cups cups-pdf cups-browsed cups-pk-helper ipp-usb nss-mdns sane-airscan simple-scan system-config-printer xdg-utils colord" print_pkgs="bluez-cups cups-pdf cups-browsed cups-pk-helper foomatic-db-gutenprint-ppds gutenprint ipp-usb libusb nss-mdns sane-airscan simple-scan system-config-printer xdg-utils colord"
else else
print_pkgs="bluez-cups cups-pdf cups-browsed cups-pk-helper ipp-usb nss-mdns sane-airscan system-config-printer xdg-utils colord" print_pkgs="bluez-cups cups-pdf cups-browsed cups-pk-helper foomatic-db-gutenprint-ppds gutenprint ipp-usb libusb nss-mdns sane-airscan system-config-printer xdg-utils colord"
fi fi
ok ;; ok ;;
n) n)