From 3ec566c7623180f318450153294dc98e5fb90ecc Mon Sep 17 00:00:00 2001 From: Orazio Date: Sat, 23 May 2020 15:12:14 +0200 Subject: [PATCH] Fix issue #1015 --- auto_install/install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index 84c06bb..a943bdc 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -462,11 +462,6 @@ preconfigurePackages(){ fi fi - if [[ ${OSCN} == "buster" ]]; then - $SUDO update-alternatives --set iptables /usr/sbin/iptables-legacy - $SUDO update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy - fi - # if ufw is enabled, configure that. # running as root because sometimes the executable is not in the user's $PATH if $SUDO bash -c 'command -v ufw' > /dev/null; then