diff --git a/core/tabs/applications-setup/browsers/waterfox.sh b/core/tabs/applications-setup/browsers/waterfox.sh index f8401675..04b5a4b2 100644 --- a/core/tabs/applications-setup/browsers/waterfox.sh +++ b/core/tabs/applications-setup/browsers/waterfox.sh @@ -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}"