From a0043e5eaba4fa5e7581d582f06cc4b43cc62c2b Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Mon, 21 Feb 2022 16:38:17 +0100 Subject: [PATCH] Update launcher.sh --- files/builds/stable-branch/bin/launcher.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/files/builds/stable-branch/bin/launcher.sh b/files/builds/stable-branch/bin/launcher.sh index ae519a9..63e7ec4 100644 --- a/files/builds/stable-branch/bin/launcher.sh +++ b/files/builds/stable-branch/bin/launcher.sh @@ -23,10 +23,7 @@ # This feature will check if there is a new version of Autodesk Fusion 360. function setupact-check-fusion360 { - wget -N -P $HOME/.config/fusion-360/bin https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/update.sh - cd $HOME/.config/fusion-360/bin - chmod +x update.sh - . update.sh + wget -N -P $HOME/.config/fusion-360/bin https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/update-config.txt } ###############################################################################################################################################################