From 4b1276a1f86ec93bfeb0a38fdad8b8c8ab6bfa6e Mon Sep 17 00:00:00 2001 From: wytch Date: Fri, 27 Feb 2026 17:38:20 -0600 Subject: [PATCH] Added install script --- install.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..1663dc8 --- /dev/null +++ b/install.sh @@ -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/