fixed scripted install command

This commit is contained in:
Marcel Stangenberger 2025-03-26 10:24:15 +00:00
parent ca2ed5e60d
commit 5b2bcab120

View File

@ -10,7 +10,7 @@ the default allows ssh access (22/tcp) to the host only.
## Scripted installation ## Scripted installation
``` ```
bash -c "$curl -fsSL https://git.xo.nl/marcel/iptables/raw/master/install.sh)" bash -c "$(curl -fsSL https://git.xo.nl/marcel/iptables/raw/master/install.sh)"
``` ```
## Manual installation ## Manual installation