mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Update remote-install.sh
Fixing changes for Ubuntu 24.04
This commit is contained in:
parent
11a9451098
commit
b4819b5500
@ -322,8 +322,8 @@ 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 python3-pip
|
||||||
NEEDRESTART_MODE=a apt-get install -y dialog
|
NEEDRESTART_MODE=a apt-get install -y dialog
|
||||||
pip install --no-input --upgrade pip
|
pip install --no-input --upgrade pip --break-system-packages
|
||||||
pip install --no-input pythondialog
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user