Address installation inside a chroot

This commit is contained in:
David Heinemeier Hansson
2025-08-19 14:34:34 +02:00
parent 21f60a960b
commit 092b2ba51c
6 changed files with 19 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if ! command -v ufw &>/dev/null; then
if ! command -v ufw &>/dev/null && -z "${OMARCHY_CHROOT_INSTALL:-}"; then
yay -S --noconfirm --needed ufw ufw-docker
# Allow nothing in, everything out