From 99239c3f646c0ff9e1d9f614803bacb2cb053f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 19 Feb 2018 16:08:02 +0100 Subject: Drop also myrepo package How to create this package is described in README.md and it contains my personal configuration so it shouldn't be there. --- myrepo/files/updater.lua | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 myrepo/files/updater.lua (limited to 'myrepo/files') diff --git a/myrepo/files/updater.lua b/myrepo/files/updater.lua deleted file mode 100644 index 0673f47..0000000 --- a/myrepo/files/updater.lua +++ /dev/null @@ -1,14 +0,0 @@ -local board -if model:match('[Oo]mnia') then - board = "omnia" -else - board = "turris" -end - -Script("myrepo", "https://cynerd.cz/myrepo/" .. board .. ".lua", { - pubkey = "file:///etc/updater/keys/myrepo.pub", - ocsp = false -}) - -Install("myrepo") -Package("myrepo", { replan = "finished" }) -- cgit v1.2.3