File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,19 @@ installEpsonPrinterDriver() {
7
7
clear
8
8
9
9
case " $PACKAGER " in
10
- pacman)
11
- " ${AUR_HELPER} " -S --noconfirm epson-inkjet-printer-escpr
12
- ;;
13
- apt-get | nala)
14
- " $ESCALATION_TOOL " " ${PACKAGER} " install -y printer-driver-escpr
15
- ;;
16
- dnf)
17
- " $ESCALATION_TOOL " " ${PACKAGER} " install -y epson-inkjet-printer-escpr
18
- ;;
19
- * ) ;;
10
+ pacman)
11
+ " $AUR_HELPER " -S --noconfirm epson-inkjet-printer-escpr
12
+ ;;
13
+ apt-get|nala)
14
+ " $ESCALATION_TOOL " " $PACKAGER " install -y printer-driver-escpr
15
+ ;;
16
+ dnf)
17
+ " $ESCALATION_TOOL " " $PACKAGER " install -y epson-inkjet-printer-escpr
18
+ ;;
19
+ * )
20
+ printf " %b\n" " ${RED} Unsupported package manager ${PACKAGER}${RC} "
21
+ exit 1
22
+ ;;
20
23
esac
21
24
}
22
25
You can’t perform that action at this time.
0 commit comments