RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
10.04k stars 1.38k forks source link

Why can't I select let settings? #3839

Closed InfernalWolf666 closed 8 months ago

InfernalWolf666 commented 8 months ago

I tried to change the path in the script, it worked, but after installation, of course, the games would no longer start!

I edit file - retropie_packages.sh

home="$(eval echo ~$user)" datadir="$home/RetroPie" biosdir="$datadir/BIOS" romdir="$datadir/roms" emudir="$rootdir/emulators" configdir="$rootdir/configs"

I changed these lines to these lines

home=/home/MyUserName/Documents/Emulators/ datadir="$home/RetroPie" biosdir="$datadir/BIOS" romdir="$datadir/roms" emudir="$rootdir/emulators" configdir="$rootdir/configs"

tell me how to write the path correctly

cmitu commented 8 months ago

Plese use the forum for support, as asked in the issue template.