From a8a92373f82978d00a3e6e6233df167366d4da93 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Wed, 26 Jan 2022 15:06:48 +0100 Subject: [PATCH] Adding a command for Debian systems! --- files/scripts/stable-branch/fusion360-setup-wizard.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/files/scripts/stable-branch/fusion360-setup-wizard.sh b/files/scripts/stable-branch/fusion360-setup-wizard.sh index 3c6caa8..0ec4f0e 100644 --- a/files/scripts/stable-branch/fusion360-setup-wizard.sh +++ b/files/scripts/stable-branch/fusion360-setup-wizard.sh @@ -7,8 +7,8 @@ # Author URI: https://cryinkfly.com # # License: MIT # # Copyright (c) 2020-2021 # -# Time/Date: 15:00/26.01.2022 # -# Version: 1.7.4 # +# Time/Date: 15:05/26.01.2022 # +# Version: 1.7.5 # #################################################################################################### ############################################################################################################################################################### @@ -265,6 +265,9 @@ function archlinux-verify-multilib { } function debian-based-1 { + # Some systems require this command for all repositories to work properly and for the packages to be downloaded for installation! + sudo apt-get --allow-releaseinfo-change update + sudo apt-get update sudo dpkg --add-architecture i386 wget -nc https://dl.winehq.org/wine-builds/winehq.key