This commit is contained in:
Grzegorz Budny 2019-09-30 14:13:05 +02:00
parent 54e7105500
commit db231d5ac7

View file

@ -4,6 +4,8 @@
:global PackageAutoDownload do={
/system package update check-for-updates;
:local packageCurrent [/system package update get installed-version];
:local packageLatest [/system package update get latest-version];
:local packageName [/system package get value-name=name number=0];