From 0ab54e29ac3aaaa4a32018f6d9ef46ae1c72e7ba Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Sun, 1 Aug 2021 18:34:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5493c3..9b79c0e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Install Fusion 360 for Linux client: 2.) Open a terminal and run this command: - cd Downloads && chmod +x fusion360-install.sh && bash fusion360-install.sh + cd Downloads && wget -N https://raw.githubusercontent.com/cryinkfly/Fusion-360---Linux-Wine-Version-/main/scripts/stable-branch/fusion360-install.sh && chmod +x fusion360-install.sh && bash fusion360-install.sh ---