From e67a0794b519f8bbdea29be2cfbf57b41090feb7 Mon Sep 17 00:00:00 2001 From: dumbnerd08 <108906631+dumbnerd08@users.noreply.github.com> Date: Fri, 28 Apr 2023 23:08:32 -0500 Subject: [PATCH] Update install.sh (temp) --- files/builds/stable-branch/bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/builds/stable-branch/bin/install.sh b/files/builds/stable-branch/bin/install.sh index 40e9745..77e4b30 100644 --- a/files/builds/stable-branch/bin/install.sh +++ b/files/builds/stable-branch/bin/install.sh @@ -281,7 +281,7 @@ function SP_FUSION360_INSTALLER_LOAD { echo "The Autodesk Fusion 360 installer exist!" else echo "The Autodesk Fusion 360 installer doesn't exist and will be downloaded for you!" - wget https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe -O Fusion360installer.exe + wget -T 15 -t 0 -N -c '(link to install file coming)' -O Fusion360installer.exe mv "Fusion360installer.exe" "$SP_PATH/downloads/Fusion360installer.exe" fi }