parent
af1ef064a3
commit
632165685a
@ -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..."
|
||||
|
||||
|
@ -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..."
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user