mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-04 20:36:15 +01:00
Support Gentoo based distributions now!
Thanks to the user @Azkali for help me by supporting Gentoo based distributions! +1
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
# Author URI: https://cryinkfly.com
|
||||
# License: MIT
|
||||
# Copyright (c) 2020-2021
|
||||
# Time/Date: 13:15/30.08.2021
|
||||
# Version: 3.5
|
||||
# Time/Date: 08:20/31.08.2021
|
||||
# Version: 3.6
|
||||
##############################################################################
|
||||
|
||||
# DESCRIPTION
|
||||
@@ -72,7 +72,7 @@ function welcome_screen {
|
||||
HEIGHT=15
|
||||
WIDTH=60
|
||||
CHOICE_HEIGHT=2
|
||||
BACKTITLE="Installation of Autodesk Fusion360 - Version 3.5"
|
||||
BACKTITLE="Installation of Autodesk Fusion360 - Version 3.6"
|
||||
TITLE="Do you wish to install Autodesk Fusion 360?"
|
||||
MENU="Choose one of the following options:"
|
||||
|
||||
@@ -102,7 +102,7 @@ function select_your_os {
|
||||
HEIGHT=15
|
||||
WIDTH=200
|
||||
CHOICE_HEIGHT=10
|
||||
BACKTITLE="Installation of Autodesk Fusion360 - Version 3.5"
|
||||
BACKTITLE="Installation of Autodesk Fusion360 - Version 3.6"
|
||||
TITLE="Select your Linux distribution"
|
||||
MENU="Choose one of the following options:"
|
||||
|
||||
@@ -263,7 +263,7 @@ HEIGHT=15
|
||||
WIDTH=200
|
||||
CHOICE_HEIGHT=2
|
||||
CHOICE_WIDTH=200
|
||||
BACKTITLE="Installation of Autodesk Fusion360 - Version 3.5"
|
||||
BACKTITLE="Installation of Autodesk Fusion360 - Version 3.6"
|
||||
TITLE="Choose setup type"
|
||||
MENU="Choose the kind of setup that best suits your needs."
|
||||
|
||||
@@ -292,15 +292,15 @@ esac
|
||||
|
||||
|
||||
function select_your_path_custom {
|
||||
dialog --backtitle "Installation of Autodesk Fusion360 - Version 3.5" \
|
||||
dialog --backtitle "Installation of Autodesk Fusion360 - Version 3.6" \
|
||||
--title "Description - Configure the installation location" \
|
||||
--msgbox 'Now you have to determine where you want to install Fusion 360 and then the .fusion360 folder will be created for you automatically. For examlble you can install it on a external usb-drive: /run/media/user/usb-drive/wine/.fusion360 or you install it into your home folder: /home/YOUR-USERNAME/.wineprefixes/fusion360).' 14 200
|
||||
|
||||
filename=$(dialog --stdout --title "Enter the installation path for Fusion 360:" --backtitle "Installation of Autodesk Fusion360 - Version 3.5" --fselect $HOME/ 14 100)
|
||||
filename=$(dialog --stdout --title "Enter the installation path for Fusion 360:" --backtitle "Installation of Autodesk Fusion360 - Version 3.6" --fselect $HOME/ 14 100)
|
||||
}
|
||||
|
||||
function program_exit {
|
||||
dialog --backtitle "Installation of Autodesk Fusion360 - Version 3.5" \
|
||||
dialog --backtitle "Installation of Autodesk Fusion360 - Version 3.6" \
|
||||
--title "Autodesk Fusion 360 is completed." \
|
||||
--msgbox 'The installation of Autodesk Fusion 360 is completed and you can use it for your projects.' 14 200
|
||||
|
||||
@@ -313,7 +313,7 @@ function archlinux_1 {
|
||||
HEIGHT=15
|
||||
WIDTH=60
|
||||
CHOICE_HEIGHT=2
|
||||
BACKTITLE="Installation of Autodesk Fusion360 - Version 3.5"
|
||||
BACKTITLE="Installation of Autodesk Fusion360 - Version 3.6"
|
||||
TITLE="If you have enabled multilib repository?"
|
||||
MENU="Choose one of the following options:"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user