mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
tor: Enable apt-transport-tor upon install.
This commit is contained in:
parent
f25ce0216f
commit
787fc22d04
@ -63,6 +63,7 @@ def init():
|
|||||||
def on_install():
|
def on_install():
|
||||||
"""Setup Tor configuration as soon as it is installed."""
|
"""Setup Tor configuration as soon as it is installed."""
|
||||||
actions.superuser_run('tor', ['setup'])
|
actions.superuser_run('tor', ['setup'])
|
||||||
|
actions.superuser_run('tor', ['enable-apt-transport-tor'])
|
||||||
|
|
||||||
|
|
||||||
@package.required(['tor', 'obfsproxy', 'torsocks', 'apt-transport-tor'],
|
@package.required(['tor', 'obfsproxy', 'torsocks', 'apt-transport-tor'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user