mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-24 22:14:28 +00:00
added waterfox browser
This commit is contained in:
parent
9511a7d2c1
commit
8bfd5367fb
|
@ -9,16 +9,16 @@ installWaterfox() {
|
|||
printf "%b\n" "${YELLOW}Installing waterfox...${RC}"
|
||||
case "$PACKAGER" in
|
||||
apt-get|nala)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" install -y curl && printf("$buildWaterfox")
|
||||
"$ESCALATION_TOOL" "$PACKAGER" install -y curl && printf "$buildWaterfox"
|
||||
;;
|
||||
zypper)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" --non-interactive install curl && printf("$buildWaterfox")
|
||||
"$ESCALATION_TOOL" "$PACKAGER" --non-interactive install curl && printf "$buildWaterfox"
|
||||
;;
|
||||
pacman)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm curl && printf("$buildWaterfox")
|
||||
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm curl && printf "$buildWaterfox"
|
||||
;;
|
||||
dnf)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" install -y curl && printf("$buildWaterfox")
|
||||
"$ESCALATION_TOOL" "$PACKAGER" install -y curl && printf "$buildWaterfox"
|
||||
;;
|
||||
*)
|
||||
printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user