visual feedback during updates
This commit is contained in:
parent
0f0202a3aa
commit
516397ae44
9 changed files with 274 additions and 25 deletions
|
|
@ -238,7 +238,7 @@ def install_tor():
|
|||
if get_tor():
|
||||
print('found existing tor installation')
|
||||
url = torbrowser_url()
|
||||
target = os.path.join(settings.base_dir, 'tor')
|
||||
target = os.path.normpath(os.path.join(settings.base_dir, '..', 'tor'))
|
||||
if url:
|
||||
print('downloading and installing tor')
|
||||
if sys.platform.startswith('linux'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue