From 212e57d2da96b57c88dcb3f7b3a0225a3bb4ac44 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Tue, 18 May 2021 15:43:00 +0200 Subject: [PATCH] Change the minimum requirements for Fedora Winetricks works only correctly, when you have installed the package "cabextract" on Fedora!!! --- scripts/fusion360-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fusion360-install.sh b/scripts/fusion360-install.sh index 9fc377f..0010e3e 100644 --- a/scripts/fusion360-install.sh +++ b/scripts/fusion360-install.sh @@ -31,7 +31,7 @@ elif VERB="$( which dnf )" 2> /dev/null; then sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/34/winehq.repo sudo dnf update && sudo dnf upgrade && - sudo dnf install p7zip p7zip-plugins curl wine + sudo dnf install p7zip p7zip-plugins curl wine cabextract elif VERB="$( which pacman )" 2> /dev/null; then echo "Arch-based" sudo pacman -Syu &&