Added install script

This commit is contained in:
2026-02-27 17:38:20 -06:00
parent 3d766f28d8
commit 4b1276a1f8

12
install.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/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/