mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-06-24 23:18:38 +02:00
Add new scripts for hAP and SXT LTE kit
This commit is contained in:
parent
49bc3f528a
commit
40e85a2ee9
4 changed files with 118 additions and 6 deletions
5
scripts/router-os-auto-upgrade.rsc
Normal file
5
scripts/router-os-auto-upgrade.rsc
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 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 }
|
Loading…
Add table
Add a link
Reference in a new issue