Files
recalbox-savesync/install.sh
2026-02-27 17:38:20 -06:00

13 lines
353 B
Bash

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