add le wget config to the script

This commit is contained in:
madz 2024-12-31 16:56:32 -05:00
parent ceea18bcfd
commit b3d5b9e365

View file

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
# This script is based off of McAirpos by Vegz78
# 1. Make sure to start in directory /home/pi # 1. Make sure to start in directory /home/pi
mount -o remount,rw / mount -o remount,rw /
mkdir -p /home/pi mkdir -p /home/pi
@ -65,7 +67,7 @@ if [[ -f /etc/emulationstation/es_systems.cfg ]]; then
# Appending updated MakeCode Arcade system from repository # Appending updated MakeCode Arcade system from repository
if grep -q "Pi 5" /proc/device-tree/model; then if grep -q "Pi 5" /proc/device-tree/model; then
cd /home/pi/aethersx2/ 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 cp /home/pi/aethersx2/es_systems_ps2.cfg /userdata/system/configs/emulationstation
else else
echo "This script dose not support your system, exiting..." echo "This script dose not support your system, exiting..."