Fix iproute for Ubuntu 18.04 (#375)

The iproute package has been deprecated in Ubuntu 18.04.
This commit is contained in:
Aofei Sheng 2018-05-01 14:34:04 +08:00 committed by Lin Song
parent 36208fa4ca
commit a06995d35d

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 \
iproute gawk grep sed net-tools || exiterr2
iproute2 gawk grep sed net-tools || exiterr2
bigecho "Trying to auto discover IP of this server..."