From 8b979ec2a1e6446bc5cc043abf28f293ec341a74 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Wed, 26 Mar 2025 10:28:08 +0000 Subject: [PATCH] made zypper non-interactive --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 134e9b3..d9a580f 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "Installing iptables..." -zypper -y install iptables iptables-nft-backend +zypper -n install iptables iptables-nft-backend echo "Setting up the init files..." mkdir -p /usr/libexec/iptables