Updated installer for moved endpoint

This commit is contained in:
2026-02-27 17:42:42 -06:00
parent 4b1276a1f8
commit 41551b90ec

View File

@@ -1,12 +1,12 @@
#!/bin/bash #!/bin/bash
ENDPOINT="https://git.sassysalamander.net/wytch/recalbox/archive/main.tar.gz" ENDPOINT="https://git.sassysalamander.net/wytch/recalbox-savesync/archive/main.tar.gz"
cd /recalbox/share/system cd /recalbox/share/system
curl -L -o recalbox.tar.gz "$ENDPOINT" curl -L -o savesync.tar.gz "$ENDPOINT"
tar -xvf recalbox.tar.gz tar -xvf recalbox.tar.gz
rm recalbox.tar.gz rm recalbox.tar.gz
cd recalbox cd recalbox
cp "*.ash" /recalbox/share/userscripts/ cp *.ash /recalbox/share/userscripts/
mkdir -p /recalbox/share/system/config/savesync mkdir -p /recalbox/share/system/config/savesync
cp "*.conf" /recalbox/share/system/config/savesync/ cp *.conf /recalbox/share/system/config/savesync/