mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Update release.yml
This commit is contained in:
parent
062939a0f2
commit
44d8712cc3
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user