mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
commit
59e13a97e5
|
@ -68,6 +68,7 @@ conf_write() {
|
||||||
if [ ! -f "$rd_conf" ]
|
if [ ! -f "$rd_conf" ]
|
||||||
then
|
then
|
||||||
|
|
||||||
|
mkdir -p /var/config/retrodeck
|
||||||
echo "RetroDECK config file not found in $rd_conf"
|
echo "RetroDECK config file not found in $rd_conf"
|
||||||
echo "Initializing"
|
echo "Initializing"
|
||||||
|
|
||||||
|
|
|
@ -474,7 +474,6 @@ finit() {
|
||||||
--ok-label "Cancel" \
|
--ok-label "Cancel" \
|
||||||
--extra-button "Internal" \
|
--extra-button "Internal" \
|
||||||
--extra-button "SD Card" \
|
--extra-button "SD Card" \
|
||||||
# --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