aboutsummaryrefslogtreecommitdiff
path: root/myrepo-cert/files/updater.lua
diff options
context:
space:
mode:
Diffstat (limited to 'myrepo-cert/files/updater.lua')
-rw-r--r--myrepo-cert/files/updater.lua9
1 files changed, 8 insertions, 1 deletions
diff --git a/myrepo-cert/files/updater.lua b/myrepo-cert/files/updater.lua
index 2f663ab..f68f585 100644
--- a/myrepo-cert/files/updater.lua
+++ b/myrepo-cert/files/updater.lua
@@ -1,3 +1,10 @@
-Script("myrepo", "http://cynerd.cz/myrepo/" .. string.lower(model) .. ".lua", {
+local board
+if model:match('[Oo]mnia') then
+ board = "omnia"
+else
+ board = "turris"
+end
+
+Script("myrepo", "http://cynerd.cz/myrepo/" .. board .. ".lua", {
pubkey = "file:///etc/updater/keys/myrepo.pub"
})