Change the minimum requirements for Fedora

Winetricks works only correctly, when you have installed the package "cabextract" on Fedora!!!
This commit is contained in:
Steve Zabka
2021-05-18 15:43:00 +02:00
committed by GitHub
parent 880be8fda3
commit 212e57d2da

View File

@@ -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 &&