mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 16:54:23 +00:00
remove debug option
This commit is contained in:
parent
57267032b0
commit
20adc7d154
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user