From e21bc4038a9a73d1c20d63243f7c8332f7948cee Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Sun, 12 Dec 2021 11:05:58 +0100 Subject: [PATCH] Delete Wine-Stable #146, #147, #151, #153 --- .../stable-branch/fusion360-setup-wizard.sh | 20 +++++-------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/files/scripts/stable-branch/fusion360-setup-wizard.sh b/files/scripts/stable-branch/fusion360-setup-wizard.sh index 2dc68249..cc3028ab 100644 --- a/files/scripts/stable-branch/fusion360-setup-wizard.sh +++ b/files/scripts/stable-branch/fusion360-setup-wizard.sh @@ -7,8 +7,8 @@ # Author URI: https://cryinkfly.com # # License: MIT # # Copyright (c) 2020-2021 # -# Time/Date: 17:15/09.12.2021 # -# Version: 1.6.9 # +# Time/Date: 11:00/12.12.2021 # +# Version: 1.7.0 # #################################################################################################### ############################################################################################################################################################### @@ -33,9 +33,6 @@ driver_used=0 # Reset the logfile-value for the installation of Autodesk Fusion 360! f360path_log=0 -# Reset the wine-value for the installation of Autodesk Fusion 360! -wine_version_used=0 - ############################################################################################################################################################### # ALL LOG-FUNCTIONS ARE ARRANGED HERE: # ############################################################################################################################################################### @@ -277,11 +274,7 @@ function debian-based-1 { function debian-based-2 { sudo apt-get update sudo apt-get install p7zip p7zip-full p7zip-rar curl winbind cabextract wget - if [ $wine_version_used -eq 1 ]; then - sudo apt-get install --install-recommends winehq-staging - else - sudo apt-get install --install-recommends winehq-stable - fi + sudo apt-get install --install-recommends winehq-staging setupact-f360install } @@ -890,13 +883,10 @@ function setupact-select-wine_version { --width=700 \ --height=500 \ --column="$text_select" --column="Wine Version" \ - TRUE "Wine Version (Stable)" \ - FALSE "Wine Version (Staging)" \ + TRUE "Wine Version (Staging)" \ FALSE "Wine Version (Wine is already installed!)") -[[ $select_wine_version = "Wine Version (Stable)" ]] && wine_version_used=0 && setupact-select-os - -[[ $select_wine_version = "Wine Version (Staging)" ]] && wine_version_used=1 && setupact-select-os +[[ $select_wine_version = "Wine Version (Staging)" ]] && setupact-select-os [[ $select_wine_version = "Wine Version (Wine is already installed!)" ]] && setupact-f360install