1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Remote install script should be totally non interactive

This commit is contained in:
Julien Duponchelle 2017-05-26 10:29:33 +02:00
parent 722028b2d2
commit c3d5abd104
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 apt-get update
log "Upgrade packages" 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" log " Install GNS3 packages"
apt-get install -y gns3-server apt-get install -y gns3-server