diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index d486291a..8e9c741e 100644 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -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