mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-15 17:45:53 +01:00
Merge pull request #24 from TheCatster/main
Do not error if fusion360 directory already exists
This commit is contained in:
@@ -90,7 +90,7 @@ if [[ 1 -ne $# ]]; then
|
|||||||
WINEPREFIX=~/.fusion360 sh winetricks -q corefonts vcrun2017 msxml4 dxvk fontsmooth=rgb win10 &&
|
WINEPREFIX=~/.fusion360 sh winetricks -q corefonts vcrun2017 msxml4 dxvk fontsmooth=rgb win10 &&
|
||||||
|
|
||||||
echo "Autodesk Fusion 360 will be installed and set up."
|
echo "Autodesk Fusion 360 will be installed and set up."
|
||||||
mkdir fusion360 &&
|
mkdir -p fusion360 &&
|
||||||
cd fusion360 &&
|
cd fusion360 &&
|
||||||
wget https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe &&
|
wget https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe &&
|
||||||
|
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ flatpak run org.winehq.flatpak-proton-68-ge-1 winetricks -q corefonts vcrun2017
|
|||||||
flatpak run org.winehq.flatpak-proton-68-ge-1 bash &&
|
flatpak run org.winehq.flatpak-proton-68-ge-1 bash &&
|
||||||
cd $HOME &&
|
cd $HOME &&
|
||||||
cd Downloads &&
|
cd Downloads &&
|
||||||
mkdir fusion360 &&
|
mkdir -p fusion360 &&
|
||||||
cd fusion360 &&
|
cd fusion360 &&
|
||||||
wget https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe &&
|
wget https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe &&
|
||||||
|
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ if [[ 1 -ne $# ]]; then
|
|||||||
WINEPREFIX=~/.fusion360 sh winetricks -q corefonts vcrun2017 msxml4 fontsmooth=rgb win10 &&
|
WINEPREFIX=~/.fusion360 sh winetricks -q corefonts vcrun2017 msxml4 fontsmooth=rgb win10 &&
|
||||||
|
|
||||||
echo "Autodesk Fusion 360 will be installed and set up."
|
echo "Autodesk Fusion 360 will be installed and set up."
|
||||||
mkdir fusion360 &&
|
mkdir -p fusion360 &&
|
||||||
cd fusion360 &&
|
cd fusion360 &&
|
||||||
wget https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe &&
|
wget https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe &&
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user