From 162acb467b65c2111d5590b0651ae6425d3c2d93 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 24 Feb 2025 09:27:40 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3103c54e..26e81713 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,6 @@ jobs: 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