Fix installation command for ufw-docker (#1035)

This commit is contained in:
Andreas Nigg
2025-08-24 15:58:02 +02:00
committed by GitHub
parent 6826cad95b
commit 8b192c30e1

View File

@@ -5,7 +5,7 @@ if ! command -v ufw &>/dev/null; then
fi
if ! command -v ufw-docker &>/dev/null; then
yay -S --noconfirm ufw
yay -S --noconfirm ufw-docker
fi
# Allow nothing in, everything out