From 853c6fc499c4ddbfa7279acc8a83a93c637f276a Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:30:00 -0400 Subject: [PATCH] Fix testing value --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index bfac192..c56002b 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2719,7 +2719,7 @@ install_game_wine() { # If we can't use the system wine, we'll need to have the user select a custom wine runner to use wine_bin="wine" - if [ "$system_wine_ok" = "true" ]; then + if [ "$system_wine_ok" = "false" ]; then debug_print continue "Your system Wine does not meet the minimum requirements for Star Citizen!" debug_print continue "A custom wine runner will be automatically downloaded and used."