mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-15 09:35:52 +01:00
Change the minimum requirements for Fedora
Winetricks works only correctly, when you have installed the package "cabextract" on Fedora!!!
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user