diff options
-rw-r--r-- | updater.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |