From 8f4ed24f438b1fb1d308b4d33f9be0cf0cb5cad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 30 May 2020 11:50:05 +0200 Subject: updater.lua: accept all home routers --- updater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.lua b/updater.lua index 03ba163..2695fd9 100644 --- a/updater.lua +++ b/updater.lua @@ -47,7 +47,7 @@ elseif hostname == "turris-home" then vpn = true sentinel = true Install("transmission-daemon-openssl") -elseif hostname == "mox-home" then +elseif hostname:match("-home$") then tools = true elseif hostname:match("^work-") then tools = true -- cgit v1.2.3