From 9c7293332e5f6da3e3f75b7d0ceefb7bd20cd34a Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Wed, 26 Mar 2025 10:28:55 +0000 Subject: [PATCH] fixed nft package name --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d9a580f..245bd69 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "Installing iptables..." -zypper -n install iptables iptables-nft-backend +zypper -n install iptables iptables-backend-nft echo "Setting up the init files..." mkdir -p /usr/libexec/iptables