From cff72b380ec655c4b2c6469e483273659f94a8b7 Mon Sep 17 00:00:00 2001 From: Pothi Kalimuthu <1254302+pothi@users.noreply.github.com> Date: Thu, 3 Jul 2025 06:49:03 +0530 Subject: [PATCH] Better docs --- scripts/auto-update-ros.rsc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/auto-update-ros.rsc b/scripts/auto-update-ros.rsc index 34f4a41..4ebd554 100644 --- a/scripts/auto-update-ros.rsc +++ b/scripts/auto-update-ros.rsc @@ -1,5 +1,8 @@ # Ref: https://wiki.mikrotik.com/wiki/Manual:Upgrading_RouterOS#RouterOS_auto-upgrade +# https://help.mikrotik.com/docs/spaces/ROS/pages/328142/Upgrading+and+installation#Upgradingandinstallation-Standardupgrade + /system package update check-for-updates once -:delay 3s; +# adjust the delay based on your network speed +:delay 9s; :if ( [get status] = "New version is available") do={ install }