mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-07-12 15:44:28 +02:00
Better docs
This commit is contained in:
parent
0d3211bb6f
commit
cff72b380e
1 changed files with 4 additions and 1 deletions
|
@ -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 }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue