mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-04 20:36:15 +01:00
Update fusion360-dxvk-install.sh
This commit is contained in:
@@ -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: 12:30/26.06.2021
|
||||
# Version: 0.7
|
||||
# Time/Date: 07:45/27.06.2021
|
||||
# Version: 0.8
|
||||
|
||||
# 1. Step: Open a Terminal and run this command: cd Downloads && chmod +x fusion360-dxvk-install.sh && bash fusion360-dxvk-install.sh
|
||||
# 2. Step: The installation will now start and set up everything for you automatically.
|
||||
@@ -87,7 +87,9 @@ 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 msxml4 vcrun2017 dxvk fontsmooth=rgb win10 &&
|
||||
WINEPREFIX=~/.fusion360 sh winetricks -q corefonts msxml4 msxml6 vcrun2019 dxvk fontsmooth=rgb win8 &&
|
||||
|
||||
# Windows Version 10 make some problems at the moment with wine 6.11 !!!
|
||||
|
||||
echo "Autodesk Fusion 360 will be installed and set up."
|
||||
mkdir -p fusion360 &&
|
||||
|
||||
Reference in New Issue
Block a user