Fix iproute for Ubuntu 18.04 (#375)
The iproute package has been deprecated in Ubuntu 18.04.
This commit is contained in:
parent
36208fa4ca
commit
a06995d35d
@ -145,7 +145,7 @@ apt-get -yq update || exiterr "'apt-get update' failed."
|
|||||||
bigecho "Installing packages required for setup..."
|
bigecho "Installing packages required for setup..."
|
||||||
|
|
||||||
apt-get -yq install wget dnsutils openssl \
|
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..."
|
bigecho "Trying to auto discover IP of this server..."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user