diff options
-rw-r--r-- | updater.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua index 78f57fa..7296d1e 100644 --- a/updater.lua +++ b/updater.lua @@ -46,6 +46,7 @@ elseif hostname == "turris-home" then vpn = true public = true Install("transmission-daemon") + Install("syncthing") elseif hostname:match("-home$") then tools = true elseif hostname == "turris-adamkovi" then |