diff options
-rw-r--r-- | updater.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/updater.lua b/updater.lua index e8d5c21..5faa56b 100644 --- a/updater.lua +++ b/updater.lua @@ -38,7 +38,6 @@ uci_cursor:foreach("system", "system", function(s) hostname = s['hostname'] end) if hostname == "turris-prague" then tools = true vpn = true - bigclown = true public = true Install("6to4") elseif hostname == "turris-home" then @@ -48,6 +47,9 @@ elseif hostname == "turris-home" then Install("mount-data") Install("transmission-daemon") Install("syncthing") +elseif hostname == "mox-home" then + tools = true + bigclown = true elseif hostname:match("-home$") then tools = true elseif hostname == "turris-adamkovi" then |