diff options
Diffstat (limited to 'updater-ng')
-rw-r--r-- | updater-ng/files/turris.lua | 2 | ||||
-rw-r--r-- | updater-ng/files/updater.config | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/updater-ng/files/turris.lua b/updater-ng/files/turris.lua index 8ee114a..a957a8f 100644 --- a/updater-ng/files/turris.lua +++ b/updater-ng/files/turris.lua @@ -33,7 +33,7 @@ if mode == "version" and not version then mode = "branch" end --- Common URI to lists +-- Common URI to Turris OS lists local base_url if mode == "branch" then base_url = "https://repo.turris.cz/" .. branch .. "/lists/" diff --git a/updater-ng/files/updater.config b/updater-ng/files/updater.config index f8b8bda..82e220e 100644 --- a/updater-ng/files/updater.config +++ b/updater-ng/files/updater.config @@ -1,7 +1,4 @@ -config autorun 'autorun' - option enabled '0' - config turris 'turris' option mode 'branch' |