Updated installer for the new tarball name

This commit is contained in:
2026-02-27 17:44:47 -06:00
parent 41551b90ec
commit 935277d0ee

View File

@@ -4,8 +4,8 @@ ENDPOINT="https://git.sassysalamander.net/wytch/recalbox-savesync/archive/main.t
cd /recalbox/share/system cd /recalbox/share/system
curl -L -o savesync.tar.gz "$ENDPOINT" curl -L -o savesync.tar.gz "$ENDPOINT"
tar -xvf recalbox.tar.gz tar -xvf savesync.tar.gz
rm recalbox.tar.gz rm savesync.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