1
0
Fork 0
mirror of synced 2025-04-05 14:13:37 +03:00

Fix iproute for Ubuntu 18.04

The iproute package has been deprecated in Ubuntu 18.04.
This commit is contained in:
sheng 2018-04-28 20:13:04 +08:00
parent 36208fa4ca
commit f029a2dd6e

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..."