diff options
author | Karel Kočí <cynerd@email.cz> | 2021-01-19 09:30:17 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-01-19 09:30:17 +0100 |
commit | 0de555f16b5480efdc5de12727b5800e3e2e2b5b (patch) | |
tree | fb74b7d66eaf86cc392e064d72a7b19b5c888e33 | |
parent | a837e93e1291c04d4f87cdfe50d795ed8e5a9284 (diff) | |
download | openwrt-personal-pkgs-0de555f16b5480efdc5de12727b5800e3e2e2b5b.tar.gz openwrt-personal-pkgs-0de555f16b5480efdc5de12727b5800e3e2e2b5b.tar.bz2 openwrt-personal-pkgs-0de555f16b5480efdc5de12727b5800e3e2e2b5b.zip |
updater.lua: add mount-data 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 7296d1e..63da8c4 100644 --- a/updater.lua +++ b/updater.lua @@ -45,6 +45,7 @@ elseif hostname == "turris-home" then tools = true vpn = true public = true + Install("mount-data") Install("transmission-daemon") Install("syncthing") elseif hostname:match("-home$") then |