Update firewall-baselines.sh

This commit is contained in:
Chris Titus 2024-08-08 16:15:32 -05:00 committed by GitHub
parent b2e9461a76
commit 8fe2931829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ installPkg() {
if ! command_exists ufw; then if ! command_exists ufw; then
case ${PACKAGER} in case ${PACKAGER} in
pacman) pacman)
sudo "${PACKAGER}" -S --noconfirm ufw sudo "${PACKAGER}" -Sy --noconfirm ufw
;; ;;
*) *)
sudo "${PACKAGER}" install -y ufw sudo "${PACKAGER}" install -y ufw