Better docs

This commit is contained in:
Pothi Kalimuthu 2025-07-03 06:49:03 +05:30
parent 0d3211bb6f
commit cff72b380e
No known key found for this signature in database
GPG key ID: 57069303D36E3093

View file

@ -1,5 +1,8 @@
# Ref: https://wiki.mikrotik.com/wiki/Manual:Upgrading_RouterOS#RouterOS_auto-upgrade # 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 /system package update
check-for-updates once 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 } :if ( [get status] = "New version is available") do={ install }