mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-03-04 05:47:12 +00:00
Update and rename firewall-baselines.sh to ufw-baselines.sh
This commit is contained in:
parent
232b45e6a6
commit
3d574e6852
|
@ -12,6 +12,9 @@ installPkg() {
|
|||
apk)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" add ufw
|
||||
;;
|
||||
xbps-install)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" -Sy ufw
|
||||
;;
|
||||
*)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" install -y ufw
|
||||
;;
|
Loading…
Reference in New Issue
Block a user