We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e73b52 commit 5168db5Copy full SHA for 5168db5
website/content/public/downloads/winesetup/net8_mgfxc_wine_setup.sh
@@ -17,7 +17,7 @@ fi
17
18
# wine 8 is the minimum requirement for dotnet 8
19
# wine --version will output "wine-#.# (Distro #.#.#)" or "wine-#.#"
20
-WINE_VERSION=$(wine64 --version 2>&1 | grep -o 'wine-.' | sed 's/wine-//')
+WINE_VERSION=$(wine64 --version 2>&1 | grep -o 'wine-..' | sed 's/wine-//' | sed 's/\.//')
21
if (( $WINE_VERSION < 8 )); then
22
echo "Wine version $WINE_VERSION is below the minimum required version (8.0)."
23
exit 1
0 commit comments