From 0889ea95d706259d56a1942bac61800f06f0021f Mon Sep 17 00:00:00 2001 From: devdatt Date: Thu, 19 Feb 2026 12:12:32 +0530 Subject: [PATCH] 12.01 --- encoder/firmware.php | 2 +- setup.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/encoder/firmware.php b/encoder/firmware.php index ed5f412..51dbc2c 100755 --- a/encoder/firmware.php +++ b/encoder/firmware.php @@ -9,7 +9,7 @@ https://github.com/shreebhattji/Urmi/blob/main/licence.md */ exec("sudo chmod 444 /sys/class/dmi/id/product_uuid"); -$version = "12.00"; +$version = "12.01"; function fail(string $msg): never { diff --git a/setup.sh b/setup.sh index 187bc30..c13208d 100755 --- a/setup.sh +++ b/setup.sh @@ -359,3 +359,4 @@ EOL sudo systemctl enable --now system-monitor.service sudo systemctl restart system-monitor.service --no-pager +sudo reboot \ No newline at end of file