tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

taskcluster-hack.sh (386B)


      1 #!/bin/sh
      2 # APT version 2.1.15 and newer changed how they handle quoting in redirections
      3 # in a way that breaks the setup for APT repos in taskcluster artifacts
      4 # (unfortunately, there's also no setup on the taskcluster end that would work
      5 # with both old and newer versions of APT, short of removing redirections
      6 # entirely).
      7 /usr/lib/apt/methods/https | sed -u '/^New-URI:/s/+/%2b/g'