aboutsummaryrefslogtreecommitdiff
path: root/myrepo/files
diff options
context:
space:
mode:
Diffstat (limited to 'myrepo/files')
-rw-r--r--myrepo/files/updater.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/myrepo/files/updater.lua b/myrepo/files/updater.lua
deleted file mode 100644
index 0673f47..0000000
--- a/myrepo/files/updater.lua
+++ /dev/null
@@ -1,14 +0,0 @@
-local board
-if model:match('[Oo]mnia') then
- board = "omnia"
-else
- board = "turris"
-end
-
-Script("myrepo", "https://cynerd.cz/myrepo/" .. board .. ".lua", {
- pubkey = "file:///etc/updater/keys/myrepo.pub",
- ocsp = false
-})
-
-Install("myrepo")
-Package("myrepo", { replan = "finished" })