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