diff options
author | Karel Kočí <cynerd@email.cz> | 2021-01-17 14:42:12 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-01-17 14:42:12 +0100 |
commit | a837e93e1291c04d4f87cdfe50d795ed8e5a9284 (patch) | |
tree | 50901887f51524d34a985f609b1542a7fd322973 | |
parent | f07b44c37989517c4406e9f442ebff7beb6360c7 (diff) | |
download | openwrt-personal-pkgs-a837e93e1291c04d4f87cdfe50d795ed8e5a9284.tar.gz openwrt-personal-pkgs-a837e93e1291c04d4f87cdfe50d795ed8e5a9284.tar.bz2 openwrt-personal-pkgs-a837e93e1291c04d4f87cdfe50d795ed8e5a9284.zip |
updater.lua: add syncthing to turris-home
-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 |