Update remote-install.sh

Fixes for Ubuntu 24.04
This commit is contained in:
Dustin 2024-11-07 18:15:52 -05:00 committed by GitHub
parent b4819b5500
commit 77c356c82c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -320,10 +320,8 @@ gns3 ALL = (ALL) NOPASSWD: /usr/bin/apt-get
gns3 ALL = (ALL) NOPASSWD: /usr/sbin/reboot gns3 ALL = (ALL) NOPASSWD: /usr/sbin/reboot
EOFI EOFI
NEEDRESTART_MODE=a apt-get install -y net-tools NEEDRESTART_MODE=a apt-get install -y net-tools
NEEDRESTART_MODE=a apt-get install -y python3-pip
NEEDRESTART_MODE=a apt-get install -y dialog NEEDRESTART_MODE=a apt-get install -y dialog
pip install --no-input --upgrade pip --break-system-packages NEEDRESTART_MODE=a apt-get install -y python3-dialog
pip install --no-input pythondialog --break-system-packages
#Pull down welcome script from repo #Pull down welcome script from repo
curl https://raw.githubusercontent.com/GNS3/gns3-server/master/scripts/welcome.py > /usr/local/bin/welcome.py curl https://raw.githubusercontent.com/GNS3/gns3-server/master/scripts/welcome.py > /usr/local/bin/welcome.py