We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4819b5 commit 77c356cCopy full SHA for 77c356c
scripts/remote-install.sh
@@ -320,10 +320,8 @@ gns3 ALL = (ALL) NOPASSWD: /usr/bin/apt-get
320
gns3 ALL = (ALL) NOPASSWD: /usr/sbin/reboot
321
EOFI
322
NEEDRESTART_MODE=a apt-get install -y net-tools
323
-NEEDRESTART_MODE=a apt-get install -y python3-pip
324
NEEDRESTART_MODE=a apt-get install -y dialog
325
-pip install --no-input --upgrade pip --break-system-packages
326
-pip install --no-input pythondialog --break-system-packages
+NEEDRESTART_MODE=a apt-get install -y python3-dialog
327
328
#Pull down welcome script from repo
329
curl https://raw.githubusercontent.com/GNS3/gns3-server/master/scripts/welcome.py > /usr/local/bin/welcome.py
0 commit comments