Skip to content

Commit

Permalink
added waterfox browser
Browse files Browse the repository at this point in the history
  • Loading branch information
hexisXz committed Sep 30, 2024
1 parent 9511a7d commit 8bfd536
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/tabs/applications-setup/browsers/waterfox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 8bfd536

Please sign in to comment.