diff options
Diffstat (limited to 'updater.lua')
-rw-r--r-- | updater.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua index e64908e..9811682 100644 --- a/updater.lua +++ b/updater.lua @@ -47,6 +47,7 @@ elseif hostname == "turris-home" then vpn = true sentinel = true Install("transmission-daemon-openssl") + Install("mount-data") elseif hostname:match("-home$") then tools = true elseif hostname:match("^work-") then |