]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
made it actually download from torproject.org instead of localhost
authorMicah Lee <micahflee@riseup.net>
Mon, 18 Feb 2013 02:01:18 +0000 (18:01 -0800)
committerMicah Lee <micahflee@riseup.net>
Mon, 18 Feb 2013 02:01:18 +0000 (18:01 -0800)
torbrowser-launcher

index a31ee442e9e770f7d28c9d95f84642fa0d2f65c4..2e042f0a8468c4b86941acd6c09cde3e9b3b945c 100755 (executable)
@@ -93,10 +93,8 @@ class TorBrowserLauncher:
         'verify': '/usr/share/torbrowser-launcher/verify.sh'
       },
       'url': {
-        #'tarball': 'https://www.torproject.org/dist/torbrowser/linux/'+tarball_filename,
-        #'tarball_sig': 'https://www.torproject.org/dist/torbrowser/linux/'+tarball_filename+'.asc'
-        'tarball': 'http://localhost/'+tarball_filename,
-        'tarball_sig': 'http://localhost/'+tarball_filename+'.asc'
+        'tarball': 'https://www.torproject.org/dist/torbrowser/linux/'+tarball_filename,
+        'tarball_sig': 'https://www.torproject.org/dist/torbrowser/linux/'+tarball_filename+'.asc'
       },
       'filename': {
         'tarball': tarball_filename,