mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 01:17:35 +02:00
Add: Printer Support > Packages have been added
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Amelia Installer
|
||||
# Source: https://gitlab.com/prism7/archery
|
||||
# Version: 1.0.1
|
||||
# Version: 1.0.2
|
||||
|
||||
set -euo pipefail
|
||||
###################################################################################################
|
||||
@@ -1418,11 +1418,11 @@ Enter a number: "
|
||||
sleep 0.2
|
||||
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 "
|
||||
|
||||
|
||||
@@ -2464,11 +2464,11 @@ Enter [y/N]: "
|
||||
case "${printer}" in
|
||||
y)
|
||||
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
|
||||
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
|
||||
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
|
||||
ok ;;
|
||||
n)
|
||||
|
||||
Reference in New Issue
Block a user