1
0
mirror of synced 2025-01-31 04:21:43 +03:00

Add iptables dependency

- Closes #363
- Thanks @rocboronat!
This commit is contained in:
hwdsl2 2018-05-02 02:58:45 -05:00
parent af1ef064a3
commit 632165685a
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ apt-get -yq update || exiterr "'apt-get update' failed."
bigecho "Installing packages required for setup..."
apt-get -yq install wget dnsutils openssl \
iproute2 gawk grep sed net-tools || exiterr2
iptables iproute2 gawk grep sed net-tools || exiterr2
bigecho "Trying to auto discover IP of this server..."

View File

@ -120,7 +120,7 @@ cd /opt/src || exiterr "Cannot enter /opt/src."
bigecho "Installing packages required for setup..."
yum -y install wget bind-utils openssl \
iproute gawk grep sed net-tools || exiterr2
iptables iproute gawk grep sed net-tools || exiterr2
bigecho "Trying to auto discover IP of this server..."