mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-29 07:34:20 +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
|
else
|
||||||
firstrun_message="$menu_heading_terminal\n\n$firstrun_message"
|
firstrun_message="$menu_heading_terminal\n\n$firstrun_message"
|
||||||
fi
|
fi
|
||||||
if [ "$is_firstrun" = "false" ]; then
|
if [ "$is_firstrun" = "true" ]; then
|
||||||
if message question "$firstrun_message"; then
|
if message question "$firstrun_message"; then
|
||||||
if message options "Wine" "Lutris" "Which install method would you like to use?"; then
|
if message options "Wine" "Lutris" "Which install method would you like to use?"; then
|
||||||
install_game_lutris
|
install_game_lutris
|
||||||
|
Loading…
Reference in New Issue
Block a user