Fixup the firewall install
This commit is contained in:
parent
aa32b147ad
commit
04fff555b8
@ -1,7 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if ! command -v ufw &>/dev/null; then
|
if ! command -v ufw &>/dev/null; then
|
||||||
yay -S --noconfirm --needed ufw ufw-docker
|
yay -S --noconfirm ufw
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ! command -v ufw-docker &>/dev/null; then
|
||||||
|
yay -S --noconfirm ufw
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Allow nothing in, everything out
|
# Allow nothing in, everything out
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if -z "${OMARCHY_CHROOT_INSTALL:-}"; then
|
if [[ -z "${OMARCHY_CHROOT_INSTALL:-}" ]]; then
|
||||||
omarchy-install-firewall
|
omarchy-install-firewall
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user