diff options
Diffstat (limited to 'myrepo-cert/files/updater.lua')
-rw-r--r-- | myrepo-cert/files/updater.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/myrepo-cert/files/updater.lua b/myrepo-cert/files/updater.lua deleted file mode 100644 index f68f585..0000000 --- a/myrepo-cert/files/updater.lua +++ /dev/null @@ -1,10 +0,0 @@ -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" -}) |