diff options
Diffstat (limited to 'myrepo')
| -rw-r--r-- | myrepo/files/updater.lua | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/myrepo/files/updater.lua b/myrepo/files/updater.lua index 380b521..0673f47 100644 --- a/myrepo/files/updater.lua +++ b/myrepo/files/updater.lua @@ -5,8 +5,9 @@ else  	board = "turris"  end -Script("myrepo", "http://cynerd.cz/myrepo/" .. board .. ".lua", { -	pubkey = "file:///etc/updater/keys/myrepo.pub" +Script("myrepo", "https://cynerd.cz/myrepo/" .. board .. ".lua", { +	pubkey = "file:///etc/updater/keys/myrepo.pub", +	ocsp = false  })  Install("myrepo")  | 
