Massive updates, added install for nc binary

This commit is contained in:
2026-02-27 19:09:47 -06:00
parent 031ad72f59
commit 7cbcf806e4
5 changed files with 53 additions and 24 deletions

View File

@@ -10,3 +10,8 @@ cd recalbox-savesync
cp *.ash /recalbox/share/userscripts/
mkdir -p /recalbox/share/system/config/savesync
cp *.conf /recalbox/share/system/config/savesync/
mount -o remount,rw /
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