From acc2585b8f0360752a8980e2add0a98e0c7c9828 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Fri, 24 Sep 2021 11:24:20 +0200 Subject: [PATCH] Change a lot of CODE! --- scripts/development-branch/fusion360-flatpak-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/development-branch/fusion360-flatpak-install.sh b/scripts/development-branch/fusion360-flatpak-install.sh index 7f12693..942a876 100644 --- a/scripts/development-branch/fusion360-flatpak-install.sh +++ b/scripts/development-branch/fusion360-flatpak-install.sh @@ -63,9 +63,9 @@ function languages { wget -N https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/raw/main/scripts/development-branch/languages-flatpak.sh && - chmod +x languages.sh && + chmod +x languages-flatpak.sh && clear && - . languages.sh + . languages-flatpak.sh } ##############################################################################