diff options
author | Karel Kočí <cynerd@email.cz> | 2021-05-21 23:48:31 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-05-21 23:48:31 +0200 |
commit | a0be567986b2b6d21df0f7530bcc732e8ee5576f (patch) | |
tree | 62f93af3d910502d7a779e88e78ea1a7356a6d87 | |
parent | 82b6fdad3e720a59a8314e74a9b9f87775ec2514 (diff) | |
download | openwrt-personal-pkgs-a0be567986b2b6d21df0f7530bcc732e8ee5576f.tar.gz openwrt-personal-pkgs-a0be567986b2b6d21df0f7530bcc732e8ee5576f.tar.bz2 openwrt-personal-pkgs-a0be567986b2b6d21df0f7530bcc732e8ee5576f.zip |
updater: move bigclown
-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 |