From a0568e0b4bb0fe9b70aecf375473648a7af06f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 13 Apr 2019 16:49:19 +0200 Subject: updater-ng: sync files with upsream --- updater-ng/files/turris.lua | 2 +- updater-ng/files/updater.config | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'updater-ng/files') 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' -- cgit v1.2.3