diff options
Diffstat (limited to 'updater.lua')
-rw-r--r-- | updater.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua index 0f8237c..602abe9 100644 --- a/updater.lua +++ b/updater.lua @@ -49,6 +49,11 @@ elseif hostname == "turris-home" then Install("transmission-daemon") elseif hostname:match("-home$") then tools = true +elseif hostname == "turris-adamkovi" then + tools = true + vpn = true + sentinel = true + Install("etherwake") elseif hostname:match("^work-") then tools = true end |