Update launcher.sh

This commit is contained in:
Steve Zabka
2022-02-21 16:38:17 +01:00
committed by GitHub
parent 926e525ad3
commit a0043e5eab

View File

@@ -23,10 +23,7 @@
# This feature will check if there is a new version of Autodesk Fusion 360. # This feature will check if there is a new version of Autodesk Fusion 360.
function setupact-check-fusion360 { 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 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
cd $HOME/.config/fusion-360/bin
chmod +x update.sh
. update.sh
} }
############################################################################################################################################################### ###############################################################################################################################################################