From 869bdd3273dc80278fffdd4ac92cda214d023520 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 6 Oct 2022 15:31:30 -0400 Subject: [PATCH] Cooker Fixes --- global.sh | 3 ++- retrodeck.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/global.sh b/global.sh index 60635e28..7b957a46 100755 --- a/global.sh +++ b/global.sh @@ -70,7 +70,8 @@ then echo "RetroDECK config file not found in $rd_conf" echo "Initializing" - + touch $rd_conf + # Initializing the variables version="$hard_version" # if we are here means that the we are in a new installation, so the version is valorized with the hardcoded one rdhome="$HOME/retrodeck" # the retrodeck home, aka ~/retrodeck diff --git a/retrodeck.sh b/retrodeck.sh index 1b1a1aee..5ab2d8f9 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -464,7 +464,7 @@ finit() { --ok-label "Cancel" \ --extra-button "Internal" \ --extra-button "SD Card" \ - #--extra-button "Advanced" \ + # --extra-button "Advanced" --text="Welcome to the first configuration of RetroDECK.\nThe setup will be quick but please READ CAREFULLY each message in order to avoid misconfigurations.\n\nWhere do you want your roms folder to be located?" ) echo "Choice is $choice"