From 20adc7d154b313913aa9a554d1dac671d09f7437 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:52:38 -0400 Subject: [PATCH] remove debug option --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 13619f6..c1dc6a3 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2853,7 +2853,7 @@ if [ "$use_zenity" -eq 1 ]; then else firstrun_message="$menu_heading_terminal\n\n$firstrun_message" fi -if [ "$is_firstrun" = "false" ]; then +if [ "$is_firstrun" = "true" ]; then if message question "$firstrun_message"; then if message options "Wine" "Lutris" "Which install method would you like to use?"; then install_game_lutris