mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 09:27:35 +02:00
Add: Printer Support > Packages 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: 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user