mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-06-21 05:45:42 +02:00
5 lines
207 B
Text
5 lines
207 B
Text
# Ref: https://wiki.mikrotik.com/wiki/Manual:Upgrading_RouterOS#RouterOS_auto-upgrade
|
|
/system package update
|
|
check-for-updates once
|
|
:delay 3s;
|
|
:if ( [get status] = "New version is available") do={ install }
|