Skip to content

Commit 77c356c

Browse files
authored
Update remote-install.sh
Fixes for Ubuntu 24.04
1 parent b4819b5 commit 77c356c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/remote-install.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,8 @@ gns3 ALL = (ALL) NOPASSWD: /usr/bin/apt-get
320320
gns3 ALL = (ALL) NOPASSWD: /usr/sbin/reboot
321321
EOFI
322322
NEEDRESTART_MODE=a apt-get install -y net-tools
323-
NEEDRESTART_MODE=a apt-get install -y python3-pip
324323
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
324+
NEEDRESTART_MODE=a apt-get install -y python3-dialog
327325

328326
#Pull down welcome script from repo
329327
curl https://raw.githubusercontent.com/GNS3/gns3-server/master/scripts/welcome.py > /usr/local/bin/welcome.py

0 commit comments

Comments
 (0)