Updated to hide the bullshit from mount

This commit is contained in:
2026-02-27 19:13:32 -06:00
parent 7cbcf806e4
commit 9f9df79e62

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 /
mount -o remount,rw / 2>/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
mount -o remount,ro >/dev/null