aboutsummaryrefslogtreecommitdiff
path: root/myrepo-cert/files/updater.lua
blob: f68f5852e0bc2ad899e897164d37117a12db555a (plain)
1
2
3
4
5
6
7
8
9
10
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"
})