mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-06 21:36:06 +01:00
Used link for Version locked Admin installer
As the issue with logging in is caused due to an update in Fusion 360 to use Single Sign On, This version locked download allows install and login still within Wine
This commit is contained in:
@@ -281,7 +281,7 @@ function SP_FUSION360_INSTALLER_LOAD {
|
|||||||
echo "The Autodesk Fusion 360 installer exist!"
|
echo "The Autodesk Fusion 360 installer exist!"
|
||||||
else
|
else
|
||||||
echo "The Autodesk Fusion 360 installer doesn't exist and will be downloaded for you!"
|
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 'https://web.archive.org/web/20230317210714id_/https://dl.appstreaming.autodesk.com/production/installers/Fusion 360 Admin Install.exe' -O Fusion360installer.exe
|
||||||
mv "Fusion360installer.exe" "$SP_PATH/downloads/Fusion360installer.exe"
|
mv "Fusion360installer.exe" "$SP_PATH/downloads/Fusion360installer.exe"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user