Upgrade remote install script to use any ubuntu codename. Fixes #1393.

pull/1444/head
grossmj 6 years ago
parent 78d0284247
commit 8e90d79399

@ -87,14 +87,7 @@ done
set -e
export DEBIAN_FRONTEND="noninteractive"
UBUNTU_VERSION=`lsb_release -r -s`
if [ "$UBUNTU_VERSION" == "14.04" ]
then
UBUNTU_CODENAME="trusty"
else
UBUNTU_CODENAME="xenial"
fi
UBUNTU_CODENAME=`lsb_release -c -s`
log "Add GNS3 repository"

Loading…
Cancel
Save