mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Enahcned default sd card check
This commit is contained in:
parent
ac0934fb35
commit
366b4f0ec3
|
@ -63,7 +63,7 @@ then
|
||||||
roms_folder="$rdhome/roms" # the default roms folder path
|
roms_folder="$rdhome/roms" # the default roms folder path
|
||||||
media_folder="$HOME/retrodeck/downloaded_media" # the media folder, where all the scraped data is downloaded into
|
media_folder="$HOME/retrodeck/downloaded_media" # the media folder, where all the scraped data is downloaded into
|
||||||
themes_folder="$HOME/retrodeck/themes" # the themes folder
|
themes_folder="$HOME/retrodeck/themes" # the themes folder
|
||||||
sdcard="$default_sd" # Steam Deck SD default path
|
sdcard="$default_sd" # Steam Deck SD default path
|
||||||
|
|
||||||
# writing the needed variables in the config file
|
# writing the needed variables in the config file
|
||||||
conf_write
|
conf_write
|
||||||
|
|
Loading…
Reference in a new issue