UPdated install script to be less annoying

This commit is contained in:
2026-02-28 01:03:12 -06:00
parent 196b24099f
commit 6e47a332b5

View File

@@ -2,13 +2,14 @@
ENDPOINT="https://git.sassysalamander.net/wytch/recalbox-savesync/archive/main.tar.gz"
cd /recalbox/share/system
curl -L -o savesync.tar.gz "$ENDPOINT"
tar -xvf savesync.tar.gz
curl -L -o savesync.tar.gz "$ENDPOINT" >/dev/null
tar -xvf savesync.tar.gz >/dev/null
rm savesync.tar.gz
cd recalbox-savesync
cp *.ash /recalbox/share/userscripts/
mkdir -p /recalbox/share/system/configs/savesync
cp *.conf /recalbox/share/system/configs/savesync/
#cp *.conf /recalbox/share/system/configs/savesync/
cd ..
rm -rf recalbox-savesync
echo Done