Merge branch 'master' into 2.0

pull/1049/head
Julien Duponchelle 7 years ago
commit ef5c013561
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -163,6 +163,10 @@ then
useradd -d /opt/gns3/ -m gns3
fi
log "Add GNS3 to the ubridge group"
usermod -aG ubridge gns3
log "Install docker"
if [ ! -f "/usr/bin/docker" ]
then

Loading…
Cancel
Save