mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
Update firewall-baselines.sh
This commit is contained in:
parent
b2e9461a76
commit
8fe2931829
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user