Skip to content

Commit

Permalink
Merge pull request #2442 from Xatrekak/master
Browse files Browse the repository at this point in the history
Fixed issues with installing on Ubuntu 24.04 via remote-install.sh
  • Loading branch information
grossmj authored Nov 8, 2024
2 parents 11a9451 + 77c356c commit 1a6a729
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/remote-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
pip install --no-input pythondialog
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
Expand Down

0 comments on commit 1a6a729

Please sign in to comment.