Fix installation command for ufw-docker (#1035)
This commit is contained in:
parent
6826cad95b
commit
8b192c30e1
@ -5,7 +5,7 @@ if ! command -v ufw &>/dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v ufw-docker &>/dev/null; then
|
if ! command -v ufw-docker &>/dev/null; then
|
||||||
yay -S --noconfirm ufw
|
yay -S --noconfirm ufw-docker
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Allow nothing in, everything out
|
# Allow nothing in, everything out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user