From b4819b5500cc3ae5fc85c5f2c370b5a2cc3969af Mon Sep 17 00:00:00 2001 From: Dustin Date: Thu, 7 Nov 2024 17:44:42 -0500 Subject: [PATCH 1/2] Update remote-install.sh Fixing changes for Ubuntu 24.04 --- scripts/remote-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index 6b4906b8..f27f63df 100644 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -322,8 +322,8 @@ EOFI 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 -pip install --no-input --upgrade pip -pip install --no-input pythondialog +pip install --no-input --upgrade pip --break-system-packages +pip install --no-input pythondialog --break-system-packages #Pull down welcome script from repo curl https://raw.githubusercontent.com/GNS3/gns3-server/master/scripts/welcome.py > /usr/local/bin/welcome.py From 77c356c82c5d37b4c1c5237be9e3a95774cba581 Mon Sep 17 00:00:00 2001 From: Dustin Date: Thu, 7 Nov 2024 18:15:52 -0500 Subject: [PATCH 2/2] Update remote-install.sh Fixes for Ubuntu 24.04 --- scripts/remote-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index f27f63df..ca5129c4 100644 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -320,10 +320,8 @@ gns3 ALL = (ALL) NOPASSWD: /usr/bin/apt-get gns3 ALL = (ALL) NOPASSWD: /usr/sbin/reboot EOFI 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 -pip install --no-input --upgrade pip --break-system-packages -pip install --no-input pythondialog --break-system-packages +NEEDRESTART_MODE=a apt-get install -y python3-dialog #Pull down welcome script from repo curl https://raw.githubusercontent.com/GNS3/gns3-server/master/scripts/welcome.py > /usr/local/bin/welcome.py