diff options
-rw-r--r-- | updater.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua index d4461fa..d11cb98 100644 --- a/updater.lua +++ b/updater.lua @@ -58,6 +58,8 @@ elseif hostname == "turris-adamkovi" then vpn = true public = true Install("etherwake") +elseif hostname:match("-adamkovi$") then + tools = true elseif hostname:match("^work-") then tools = true end |