diff options
Diffstat (limited to 'updater.lua')
-rw-r--r-- | updater.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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 |