aboutsummaryrefslogtreecommitdiff
path: root/turris.lua
blob: 350ab84078ee9cfd03e1c9e731c1d97b9ab37937 (plain)
1
2
3
4
5
6
7
-- This is myrepo omnia configuration
INFO("Using myrepo")
Repository("myrepo", "http://cynerd.cz/myrepo/turris/", {
	priority = 50, pubkey = "file:///etc/updater/keys/myrepo.pub"
})

Install("myrepo-cert", {critical=true})