pothi.mikrotik-scripts/scripts/auto-update-ros.rsc

9 lines
380 B
Text
Raw Normal View History

# Ref: https://wiki.mikrotik.com/wiki/Manual:Upgrading_RouterOS#RouterOS_auto-upgrade
2025-07-03 06:49:03 +05:30
# https://help.mikrotik.com/docs/spaces/ROS/pages/328142/Upgrading+and+installation#Upgradingandinstallation-Standardupgrade
/system package update
check-for-updates once
2025-07-03 06:49:03 +05:30
# adjust the delay based on your network speed
:delay 9s;
:if ( [get status] = "New version is available") do={ install }