mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Merge pull request #2442 from Xatrekak/master
Fixed issues with installing on Ubuntu 24.04 via remote-install.sh
This commit is contained in:
commit
1a6a729736
@ -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
|
NEEDRESTART_MODE=a apt-get install -y python3-dialog
|
||||||
pip install --no-input pythondialog
|
|
||||||
|
|
||||||
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user