From 65d8e98dc4954dfffd59e31c3a10a1e90dc88c04 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Sat, 26 Jun 2021 12:31:06 +0200 Subject: [PATCH] Update fusion360-install.sh --- scripts/fusion360-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/fusion360-install.sh b/scripts/fusion360-install.sh index 9e75a33..3994487 100644 --- a/scripts/fusion360-install.sh +++ b/scripts/fusion360-install.sh @@ -4,8 +4,8 @@ # Description: With this file you can install Autodesk Fusion 360 on Linux. # Author: Steve Zabka # Author URI: https://cryinkfly.de -# Time/Date: 22:15/21.05.2021 -# Version: 0.8 +# Time/Date: 12:30/26.06.2021 +# Version: 0.9 # 1. Step: Open a Terminal and run this command: cd Downloads && chmod +x fusion360-install.sh && bash fusion360-install.sh # 2. Step: The installation will now start and set up everything for you automatically. @@ -72,7 +72,7 @@ elif VERB="$( which pacman )" 2> /dev/null; then # openSUSE Leap & Tumbleweed, SUSE Linux, ... versions elif VERB="$( which zypper )" 2> /dev/null; then echo "openSUSE-based" - su -c 'zypper up && zypper ar -cfp 95 https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_15.2/ wine && zypper install p7zip-full curl wine' + su -c 'zypper up && zypper ar -cfp 95 https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_15.2/ wine && zypper install p7zip-full curl wine cabextract' # su -c 'zypper install xdotool' (experimental) else echo "Non-compatible Linux distribution version was found!" >&2 @@ -86,7 +86,7 @@ if [[ 1 -ne $# ]]; then echo "The latest version of wintricks will be downloaded and executed." wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x winetricks && - WINEPREFIX=~/.fusion360 sh winetricks -q corefonts vcrun2017 msxml4 fontsmooth=rgb win10 && + WINEPREFIX=~/.fusion360 sh winetricks -q corefonts msxml4 vcrun2017 fontsmooth=rgb win10 && echo "Autodesk Fusion 360 will be installed and set up." mkdir -p fusion360 &&