diff --git a/firmware-updater.rsc b/firmware-updater.rsc index 8e60a01..3b5d80d 100644 --- a/firmware-updater.rsc +++ b/firmware-updater.rsc @@ -12,7 +12,8 @@ :local sensetiveDataInConfig false; ## Update channel. Possible values: current, bugfix -:local updateChannel "current"; +## Temporarily disabled +##:local updateChannel "current"; ########## @@ -26,7 +27,7 @@ ## if it is a very first step :if ([:len $updateStep] = 0) do={ ## Check for update - /system package update set channel=$updateChannel; + ##/system package update set channel=$updateChannel; /system package update check-for-updates; # If we found some updates