From 0de555f16b5480efdc5de12727b5800e3e2e2b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 19 Jan 2021 09:30:17 +0100 Subject: updater.lua: add mount-data to turris-home --- updater.lua | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3