mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-24 14:11:55 +00:00
Compare commits
1 Commits
8247c58b03
...
8f86be8184
Author | SHA1 | Date | |
---|---|---|---|
|
8f86be8184 |
|
@ -7,19 +7,16 @@ installEpsonPrinterDriver() {
|
||||||
clear
|
clear
|
||||||
|
|
||||||
case "$PACKAGER" in
|
case "$PACKAGER" in
|
||||||
pacman)
|
pacman)
|
||||||
"$AUR_HELPER" -S --noconfirm epson-inkjet-printer-escpr
|
"${AUR_HELPER}" -S --noconfirm epson-inkjet-printer-escpr
|
||||||
;;
|
;;
|
||||||
apt-get|nala)
|
apt-get | nala)
|
||||||
"$ESCALATION_TOOL" "$PACKAGER" install -y printer-driver-escpr
|
"$ESCALATION_TOOL" "${PACKAGER}" install -y printer-driver-escpr
|
||||||
;;
|
;;
|
||||||
dnf)
|
dnf)
|
||||||
"$ESCALATION_TOOL" "$PACKAGER" install -y epson-inkjet-printer-escpr
|
"$ESCALATION_TOOL" "${PACKAGER}" install -y epson-inkjet-printer-escpr
|
||||||
;;
|
;;
|
||||||
*)
|
*) ;;
|
||||||
printf "%b\n" "${RED}Unsupported package manager ${PACKAGER}${RC}"
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user