1
0
Fork 0
firefox/taskcluster/docker/debian-raw/taskcluster-hack.sh
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

7 lines
386 B
Bash
Executable file

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