From 41551b90ec90407cf856e21dbab5eaada10ff3b3 Mon Sep 17 00:00:00 2001 From: wytch Date: Fri, 27 Feb 2026 17:42:42 -0600 Subject: [PATCH] Updated installer for moved endpoint --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 1663dc8..b564fbf 100644 --- a/install.sh +++ b/install.sh @@ -1,12 +1,12 @@ #!/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 -curl -L -o recalbox.tar.gz "$ENDPOINT" +curl -L -o savesync.tar.gz "$ENDPOINT" tar -xvf recalbox.tar.gz rm recalbox.tar.gz cd recalbox -cp "*.ash" /recalbox/share/userscripts/ +cp *.ash /recalbox/share/userscripts/ mkdir -p /recalbox/share/system/config/savesync -cp "*.conf" /recalbox/share/system/config/savesync/ +cp *.conf /recalbox/share/system/config/savesync/