1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

Updated to latest welcome.py commit. Raw cache still bugged

This commit is contained in:
Xatrekak 2023-02-12 17:26:53 -05:00
parent 62c2ca9be1
commit fac224ac48

View File

@ -310,7 +310,7 @@ pip install --no-input --upgrade pip
pip install --no-input pythondialog
#using a direct link to the latest commit instead of the branch alias to bypass github raw caching issues.
curl https://raw.githubusercontent.com/Xatrekak/gns3-server/19a8d1caed31f7d666b9df8d743d112eaf7eef37/scripts/welcome.py > /usr/local/bin/welcome.py
curl https://raw.githubusercontent.com/Xatrekak/gns3-server/62c2ca9be1d73ccbdcc076508f6d1bb32353fad0/scripts/welcome.py > /usr/local/bin/welcome.py
chmod 755 /usr/local/bin/welcome.py
chown gns3:gns3 /usr/local/bin/welcome.py