From 22178983bf5989b01e4523c0cbb8813dd8f90d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 10 Dec 2021 11:39:33 +0100 Subject: updater.lua: cover various adamkovi routers --- updater.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updater.lua b/updater.lua index d4461fa..d11cb98 100644 --- a/updater.lua +++ b/updater.lua @@ -58,6 +58,8 @@ elseif hostname == "turris-adamkovi" then vpn = true public = true Install("etherwake") +elseif hostname:match("-adamkovi$") then + tools = true elseif hostname:match("^work-") then tools = true end -- cgit v1.2.3