Updated installer for moved endpoint
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user