From e257fb425edabd61f800fd881ce91cb8eb83aad3 Mon Sep 17 00:00:00 2001 From: Xatrekak Date: Sun, 12 Feb 2023 18:30:01 -0500 Subject: [PATCH] This commit is stacked and assumes welcome.py has already been merged into the GNS3 master repo --- scripts/remote-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index 3e3b6d72..750b6c0d 100644 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -309,8 +309,8 @@ NEEDRESTART_MODE=a apt-get install -y dialog 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/62c2ca9be1d73ccbdcc076508f6d1bb32353fad0/scripts/welcome.py > /usr/local/bin/welcome.py +#Pull down welcome script from repo +curl https://raw.githubusercontent.com/GNS3/gns3-server/master/scripts/welcome.py > /usr/local/bin/welcome.py chmod 755 /usr/local/bin/welcome.py chown gns3:gns3 /usr/local/bin/welcome.py