aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--myrepo/files/updater.lua1
-rw-r--r--omnia.lua6
-rw-r--r--turris.lua2
3 files changed, 1 insertions, 8 deletions
diff --git a/myrepo/files/updater.lua b/myrepo/files/updater.lua
index b9946c0..380b521 100644
--- a/myrepo/files/updater.lua
+++ b/myrepo/files/updater.lua
@@ -10,3 +10,4 @@ Script("myrepo", "http://cynerd.cz/myrepo/" .. board .. ".lua", {
})
Install("myrepo")
+Package("myrepo", { replan = "finished" })
diff --git a/omnia.lua b/omnia.lua
index 3057481..a07b5a1 100644
--- a/omnia.lua
+++ b/omnia.lua
@@ -3,9 +3,3 @@ INFO("Using myrepo")
Repository("myrepo", "http://cynerd.cz/myrepo/omnia/", {
priority = 50, pubkey = "file:///etc/updater/keys/myrepo.pub"
})
-
-Install("myrepo", {critical=true})
-
-Package("myrepo", { replan = "finished" })
-Package("updater-ng-localrepo", { replan = "finished" })
-Package("updater-ng-opkg", { replan = "finished" })
diff --git a/turris.lua b/turris.lua
index 350ab84..391afd2 100644
--- a/turris.lua
+++ b/turris.lua
@@ -3,5 +3,3 @@ INFO("Using myrepo")
Repository("myrepo", "http://cynerd.cz/myrepo/turris/", {
priority = 50, pubkey = "file:///etc/updater/keys/myrepo.pub"
})
-
-Install("myrepo-cert", {critical=true})