From a0be567986b2b6d21df0f7530bcc732e8ee5576f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 21 May 2021 23:48:31 +0200 Subject: updater: move bigclown --- updater.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3