added waterfox browser

This commit is contained in:
hexisXz 2024-09-30 04:07:43 +00:00
parent 9511a7d2c1
commit 8bfd5367fb

View File

@ -9,16 +9,16 @@ installWaterfox() {
printf "%b\n" "${YELLOW}Installing waterfox...${RC}" printf "%b\n" "${YELLOW}Installing waterfox...${RC}"
case "$PACKAGER" in case "$PACKAGER" in
apt-get|nala) apt-get|nala)
"$ESCALATION_TOOL" "$PACKAGER" install -y curl && printf("$buildWaterfox") "$ESCALATION_TOOL" "$PACKAGER" install -y curl && printf "$buildWaterfox"
;; ;;
zypper) zypper)
"$ESCALATION_TOOL" "$PACKAGER" --non-interactive install curl && printf("$buildWaterfox") "$ESCALATION_TOOL" "$PACKAGER" --non-interactive install curl && printf "$buildWaterfox"
;; ;;
pacman) pacman)
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm curl && printf("$buildWaterfox") "$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm curl && printf "$buildWaterfox"
;; ;;
dnf) 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}" printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}"