Skip to content

Script for MikroTik for automate update and upgrade with notification to Telegram

Notifications You must be signed in to change notification settings

kenuosec/Mikrotik-auto-update-upgrade

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Mikrotik auto update upgrade

Automate install from console

/tool fetch url="https://github.com/raw/maximmum521/Mikrotik-auto-update-upgrade/main/script.rsc"
import script.rsc

Change in script "/system script" BotId and ChatId on your own Telegram Bot ID and Chat ID

:local BotId "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; 
:local ChatId "xxxxxx";

Manual install

Make script "/system script"

Generate periodic task in "/system scheduler"

Change in script BotId and ChatId on your own Telegram Bot ID and Chat ID

:local BotId "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; 
:local ChatId "xxxxxx";

About

Script for MikroTik for automate update and upgrade with notification to Telegram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rascal 100.0%