From ae7351399b24cadf686e40b10a3f11a725dc5966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 23 Sep 2019 07:36:02 +0200 Subject: updater.lua: add mox-home --- updater.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updater.lua b/updater.lua index f861428..31f6a6a 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 == "mox-home" then + tools = true elseif hostname:match("^work-") then tools = true end -- cgit v1.2.3