mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 17:24:23 +00:00
Require system wine, not just dependencies
This commit is contained in:
parent
de3c6abfa9
commit
24c067c997
@ -843,7 +843,7 @@ wine_check() {
|
|||||||
if [ -x "$(command -v wine)" ]; then
|
if [ -x "$(command -v wine)" ]; then
|
||||||
preflight_pass+=("Wine is installed on your system.")
|
preflight_pass+=("Wine is installed on your system.")
|
||||||
else
|
else
|
||||||
preflight_fail+=("Wine does not appear to be installed.\nAt a minimum, wine dependencies must be installed.\nPlease refer to our Quick Start Guide:\n$lug_wiki")
|
preflight_fail+=("Wine does not appear to be installed.\nPlease refer to our Quick Start Guide:\n$lug_wiki")
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user