From c5fe7b2908c2bff3223c9f1288a6f1445f88cce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 23 Nov 2020 18:39:41 +0100 Subject: updater.lua: add turris-adamkovi router --- updater.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/updater.lua b/updater.lua index 0f8237c..602abe9 100644 --- a/updater.lua +++ b/updater.lua @@ -49,6 +49,11 @@ elseif hostname == "turris-home" then Install("transmission-daemon") elseif hostname:match("-home$") then tools = true +elseif hostname == "turris-adamkovi" then + tools = true + vpn = true + sentinel = true + Install("etherwake") elseif hostname:match("^work-") then tools = true end -- cgit v1.2.3