mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fixup the firewall install
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
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
|
||||
|
||||
# Allow nothing in, everything out
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if -z "${OMARCHY_CHROOT_INSTALL:-}"; then
|
||||
if [[ -z "${OMARCHY_CHROOT_INSTALL:-}" ]]; then
|
||||
omarchy-install-firewall
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user