From e4f45bd40446dd86ee561c1e5c4cb0d25e37bc62 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Fri, 21 May 2021 16:08:14 +0200 Subject: [PATCH] Ubuntu 21.04 (cabextract) The package cabextract is missing! --- scripts/fusion360-dxvk-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fusion360-dxvk-install.sh b/scripts/fusion360-dxvk-install.sh index 2d57036..ab73a19 100644 --- a/scripts/fusion360-dxvk-install.sh +++ b/scripts/fusion360-dxvk-install.sh @@ -22,7 +22,7 @@ if VERB="$( which apt-get )" 2> /dev/null; then sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main' && sudo apt-get update && sudo apt-get upgrade && - sudo apt-get install p7zip p7zip-full p7zip-rar curl winbind && + sudo apt-get install p7zip p7zip-full p7zip-rar curl winbind cabextract && sudo apt-get install --install-recommends winehq-staging elif VERB="$( which dnf )" 2> /dev/null; then echo "RedHat-based"