Updated functions for better error handling and logging feedback

This commit is contained in:
2026-02-27 19:30:56 -06:00
parent 9f9df79e62
commit f822aae759
3 changed files with 28 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ cp *.ash /recalbox/share/userscripts/
mkdir -p /recalbox/share/system/config/savesync
cp *.conf /recalbox/share/system/config/savesync/
mount -o remount,rw / 2>/dev/null
mount -o remount,rw / >/dev/null
curl -L -o /usr/bin/nc https://github.com/therealsaumil/static-arm-bins/raw/refs/heads/master/nc-arm-static
chmod 755 /usr/bin/nc
mount -o remount,ro >/dev/null
mount -o remount >/dev/null