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