From 24c067c997f2e4b19809cc6fb54db2b9cf89fd0b Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:37:09 -0400 Subject: [PATCH] Require system wine, not just dependencies --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 0cd63c9..e6ff066 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -843,7 +843,7 @@ wine_check() { if [ -x "$(command -v wine)" ]; then preflight_pass+=("Wine is installed on your system.") 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 }