From 9f9df79e62c0f5b8ee55ed8f134c75c3322a1e3d Mon Sep 17 00:00:00 2001 From: wytch Date: Fri, 27 Feb 2026 19:13:32 -0600 Subject: [PATCH] Updated to hide the bullshit from mount --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index bbe6f19..ee0e172 100644 --- a/install.sh +++ b/install.sh @@ -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