made zypper non-interactive

This commit is contained in:
Marcel Stangenberger 2025-03-26 10:28:08 +00:00
parent b5e84a884b
commit 8b979ec2a1

View File

@ -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