Browse Source

userland binaries

merge-requests/91/head
Steven Foerster 4 years ago
parent
commit
c141d033cf
  1. 3
      scripts/subinstallers/iptables.sh

3
scripts/subinstallers/iptables.sh

@ -11,6 +11,9 @@ if [ "$DISTRO" == "ubuntu" ]; then @@ -11,6 +11,9 @@ if [ "$DISTRO" == "ubuntu" ]; then
sudo systemctl disable ufw || true
fi
# make sure user land binaries installed
sudo apt-get install -y iptables ip6tables
# default interface
iface=$(ip -o -4 route show to default | egrep -o 'dev [^ ]*' | awk 'NR==1{print $2}')

Loading…
Cancel
Save