mirror of
https://github.com/MiSTer-devel/Scripts_MiSTer.git
synced 2026-04-19 03:05:34 +00:00
7 lines
166 B
Bash
7 lines
166 B
Bash
#!/bin/sh
|
|
this_dir="$(cd "$(dirname "$0")" && pwd -P)"
|
|
"$this_dir/update_all.sh"
|
|
/bin/mount -o remount,rw /
|
|
"$this_dir/make_linux_nice.sh"
|
|
/bin/mount -o remount,ro /
|