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:44:27 +02:00
committed by GitHub
parent 212e57d2da
commit 00c8633f0a

View File

@@ -30,7 +30,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 &&