From cbc43166090e05a8d992e66fea4ed7eb0b7651f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 22 May 2019 13:07:17 +0200 Subject: updater.lua: add work routers --- updater.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updater.lua b/updater.lua index 2f6cdfd..c9f7407 100644 --- a/updater.lua +++ b/updater.lua @@ -43,6 +43,8 @@ elseif hostname == "turris-home" then vpn = true sentinel = true Install("transmission-daemon-openssl") +elseif hostname:match("^work-") then + tools = true end if tools then -- cgit v1.2.3