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 }