1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 03:48:57 +00:00

Merge branch 'master' into 2.0

This commit is contained in:
Julien Duponchelle 2017-05-26 10:32:26 +02:00
commit 777361c23d
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -152,7 +152,7 @@ log "Update system packages"
apt-get update
log "Upgrade packages"
apt-get upgrade -y
apt-get upgrade --yes --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold"
log " Install GNS3 packages"
apt-get install -y gns3-server