Added install script
This commit is contained in:
12
install.sh
Normal file
12
install.sh
Normal 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/
|
||||||
Reference in New Issue
Block a user