From 371bf4abeff2bb7d81b1eda849254719d43735bd Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 24 Feb 2025 10:02:35 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26e81713..fc755815 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,9 +30,9 @@ jobs: cat > stage-raspap/package-raspap/00-run-chroot.sh <<-EOF #!/bin/bash apt-get update -y && apt-get install -y curl dhcpcd5 iptables iptables-persistent netfilter-persistent procps + ln -sf /usr/sbin/iptables-legacy-save /usr/sbin/iptables-save update-alternatives --set iptables /usr/sbin/iptables-legacy - update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy - update-alternatives --set iptables-save /usr/sbin/iptables-save-legacy + update-alternatives --set iptables-save /usr/sbin/iptables-legacy-save update-alternatives --display iptables mkdir -p /etc/iptables