From 13df828ca709f24c56815dc805aa298ddf7e38c3 Mon Sep 17 00:00:00 2001 From: Xatrekak Date: Sun, 12 Feb 2023 13:12:20 -0500 Subject: [PATCH] switched to a direct link to the latest commit instead of the branch alias to bypass github raw caching issues. --- scripts/remote-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index f784757c..8fdf6efe 100644 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -309,7 +309,8 @@ NEEDRESTART_MODE=a apt-get install -y dialog pip install --no-input --upgrade pip pip install --no-input pythondialog -curl https://raw.githubusercontent.com/Xatrekak/gns3-server/remote_install_changes/scripts/welcome.py > /usr/local/bin/welcome.py +#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 chmod 755 /usr/local/bin/welcome.py chown gns3:gns3 /usr/local/bin/welcome.py