diff --git a/README.md b/README.md
index 04c6902..2d12a31 100644
--- a/README.md
+++ b/README.md
@@ -209,17 +209,16 @@
Debian 11, Raspberry Pi Desktop, ...
Debian 12
Debian Testing
- Fedora 37
- Fedora 38
+ Fedora 40
Fedora Rawhide
- openSUSE Leap 15.4
- openSUSE Leap 15.5
+ openSUSE Leap 15.6
openSUSE Tumbleweed
Red Hat Enterprise Linux 8.x
Red Hat Enterprise Linux 9.x
Ubuntu 20.04, Linux Mint 20.x, Pop!_OS 20.04, ...
Ubuntu 22.04, Pop!_OS 22.04, ...
- Ubuntu 23.04, Pop!_OS 23.04, ...
+ Ubuntu 24.04, Pop!_OS 24.04, ...
+ NixOS
Solus
Void Linux
Gentoo Linux
@@ -260,7 +259,7 @@
| Dependencies |
- SSL 3.0, TLS 1.2+, yad, dialog, p7zip, p7zip-full, p7zip-rar, curl, wget, winbind, cabextract, wine, wine-mono, wine-gecko, winetricks; .NET Framework 4.5 (winetricks) or newer required to submit crash reports |
+ SSL 3.0, TLS 1.2+, p7zip, p7zip-full, p7zip-rar, curl, wget, winbind, cabextract, wine, wine-mono, wine-gecko, winetricks; .NET Framework 4.5 (winetricks) or newer required to submit crash reports |
@@ -314,22 +313,26 @@
🔹 You need an active Fusion 360 license!
-🔹 Open a terminal and run this command:
+🔹 Open a terminal and run this command to install the basic Autodesk Fusion:
+
+
+ curl -o https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/autodesk_fusion_installer_x86-64.sh && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --install --default
- mkdir -p "$HOME/.fusion360/bin" && cd "$HOME/.fusion360/bin" && wget -N https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/install.sh && chmod +x install.sh && ./install.sh
+🔹 Open a terminal and run this command to install Autodesk Fusion will all tested extensions:
- 🔹 Currently, Fusion 360 for Linux is broken. Autodesk requires your browser to open to a page to log in to Fusion 360, but we do not yet have a way to open the link in a browser. Please bear with us as we research and develop a solution. In the meantime, you can use this command to install Fusion 360 for Linux with an older version of Fusion 360 that does not require browser sign-in:
+ curl -o https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/autodesk_fusion_installer_x86-64.sh && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --install --default --full
+
+🔹 Open a terminal and run this command to uninstall:
+
+
+ curl -o https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/autodesk_fusion_installer_x86-64.sh && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --uninstall
+
--> This bug has been fixed!
+🔹 Or you install and use Autodesk Fusion 360 as a Flatpak app:
- mkdir -p "$HOME/.fusion360/bin" && cd "$HOME/.fusion360/bin" && wget -N https://raw.githubusercontent.com/alextrical/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/install.sh && chmod +x install.sh && ./install.sh
-
-
-🔹 Or you install and use Autodesk Fusion 360 as a Flatpak app:
-
- https://usebottles.com/app/#fusion360
+ https://usebottles.com/app/#fusion360
🔹 Now, You can use Autodesk Fusion 360 on your Linux system!