made zypper only output errors

This commit is contained in:
Marcel Stangenberger 2025-03-26 10:29:57 +00:00
parent 9c7293332e
commit c9a5dc0640

View File

@ -1,7 +1,7 @@
#!/bin/bash
echo "Installing iptables..."
zypper -n install iptables iptables-backend-nft
zypper -nq install iptables iptables-backend-nft
echo "Setting up the init files..."
mkdir -p /usr/libexec/iptables