From 062939a0f2007e85179835b3cc211ff9d9f8b6d2 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 24 Feb 2025 08:23:20 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b49ad006..396c0503 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,15 @@ jobs: { cat > stage-raspap/package-raspap/00-run-chroot.sh <<-EOF #!/bin/bash - apt-get update -y && apt-get install -y curl dhcpcd5 iptables procps + apt-get update -y && apt-get install -y curl dhcpcd5 iptables iptables-legacy iptables-persistent netfilter-persistent procps + update-alternatives --set iptables /usr/sbin/iptables-legacy + update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy + update-alternatives --display iptables + + mkdir -p /etc/iptables + touch /etc/iptables/rules.v4 /etc/iptables/rules.v6 + chmod 644 /etc/iptables/rules.v4 /etc/iptables/rules.v6 + curl -sL https://raw.githubusercontent.com/billz/raspap-webgui/refs/heads/master/installers/raspbian.sh | bash -s -- --yes --openvpn 1 --restapi 1 --adblock 1 --wireguard 1 --tcp-bbr 1 --check 0 # Set Wi-Fi country to prevent RF kill