add le wget config to the script
This commit is contained in:
parent
ceea18bcfd
commit
b3d5b9e365
1 changed files with 3 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue