Quick and dirty, blow it away if it's a blank save
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
ENDPOINT="https://git.sassysalamander.net/wytch/recalbox-savesync/archive/main.tar.gz"
|
||||
cd /recalbox/share/system
|
||||
curl -L -o savesync.tar.gz "$ENDPOINT" >/dev/null
|
||||
curl -L -o savesync.tar.gz "$ENDPOINT" 2>/dev/null
|
||||
tar -xvf savesync.tar.gz >/dev/null
|
||||
|
||||
rm savesync.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user