diff --git a/install_batocera.sh b/install_batocera.sh index 544d3fe..0944b9d 100644 --- a/install_batocera.sh +++ b/install_batocera.sh @@ -1,5 +1,7 @@ #!/bin/bash +# This script is based off of McAirpos by Vegz78 + # 1. Make sure to start in directory /home/pi mount -o remount,rw / mkdir -p /home/pi @@ -65,7 +67,7 @@ if [[ -f /etc/emulationstation/es_systems.cfg ]]; then # Appending updated MakeCode Arcade system from repository if grep -q "Pi 5" /proc/device-tree/model; then cd /home/pi/aethersx2/ - wget + wget https://git.computernewb.com/madz/batocera-aethersx2/raw/branch/main/es_systems_ps2.cfg cp /home/pi/aethersx2/es_systems_ps2.cfg /userdata/system/configs/emulationstation else echo "This script dose not support your system, exiting..."