From 17358e1d95a553388c5aa1d664fd708f80821b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 7 Sep 2018 23:22:28 +0200 Subject: personal-pkgs-repo: fix updater configuration --- personal-pkgs-repo/files/updater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index b84c1a6..9c29984 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -1,7 +1,7 @@ local board if model:match('[Oo]mnia') then board = "omnia" -if model:match('^[Tt]urris$') then +elseif model:match('^[Tt]urris$') then board = "turris" else DIE("Unsupported board!") -- cgit v1.2.3