Update and rename firewall-baselines.sh to ufw-baselines.sh

This commit is contained in:
Jaredy899 2025-02-16 18:32:45 -05:00 committed by GitHub
parent 232b45e6a6
commit 3d574e6852
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,9 @@ installPkg() {
apk) apk)
"$ESCALATION_TOOL" "$PACKAGER" add ufw "$ESCALATION_TOOL" "$PACKAGER" add ufw
;; ;;
xbps-install)
"$ESCALATION_TOOL" "$PACKAGER" -Sy ufw
;;
*) *)
"$ESCALATION_TOOL" "$PACKAGER" install -y ufw "$ESCALATION_TOOL" "$PACKAGER" install -y ufw
;; ;;