From 787fc22d04a4ab72fe20879757e869b628080e5e Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 1 Sep 2015 21:49:26 -0400 Subject: [PATCH] tor: Enable apt-transport-tor upon install. --- plinth/modules/tor/tor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plinth/modules/tor/tor.py b/plinth/modules/tor/tor.py index f92ab67e3..e434f4713 100644 --- a/plinth/modules/tor/tor.py +++ b/plinth/modules/tor/tor.py @@ -63,6 +63,7 @@ def init(): def on_install(): """Setup Tor configuration as soon as it is installed.""" actions.superuser_run('tor', ['setup']) + actions.superuser_run('tor', ['enable-apt-transport-tor']) @package.required(['tor', 'obfsproxy', 'torsocks', 'apt-transport-tor'],