visual feedback during updates

This commit is contained in:
j 2016-01-12 20:30:51 +05:30
commit 516397ae44
9 changed files with 274 additions and 25 deletions

View file

@ -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'):