mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +00:00
Cooker Fixes
This commit is contained in:
parent
e09583c739
commit
869bdd3273
|
@ -70,7 +70,8 @@ then
|
||||||
|
|
||||||
echo "RetroDECK config file not found in $rd_conf"
|
echo "RetroDECK config file not found in $rd_conf"
|
||||||
echo "Initializing"
|
echo "Initializing"
|
||||||
|
touch $rd_conf
|
||||||
|
|
||||||
# Initializing the variables
|
# 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
|
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
|
rdhome="$HOME/retrodeck" # the retrodeck home, aka ~/retrodeck
|
||||||
|
|
|
@ -464,7 +464,7 @@ finit() {
|
||||||
--ok-label "Cancel" \
|
--ok-label "Cancel" \
|
||||||
--extra-button "Internal" \
|
--extra-button "Internal" \
|
||||||
--extra-button "SD Card" \
|
--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?" )
|
--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"
|
echo "Choice is $choice"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue