diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 396c0503..0d0d61c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,9 +29,11 @@ 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-legacy iptables-persistent netfilter-persistent procps + apt-get update -y && apt-get install -y curl dhcpcd5 iptables iptables-persistent netfilter-persistent procps update-alternatives --set iptables /usr/sbin/iptables-legacy update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy + update-alternatives --set iptables-restore /usr/sbin/iptables-restore-legacy + update-alternatives --set iptables-save /usr/sbin/iptables-save-legacy update-alternatives --display iptables mkdir -p /etc/iptables