Skip to content

Commit 15b1cb5

Browse files
authored
Merge pull request #16790 from meeseeksmachine/auto-backport-of-pr-16784-on-v3.2.x
Backport PR #16784 on branch v3.2.x (Update CircleCI URL for downloading humor-sans.ttf.)
2 parents e973f55 + 46d3f65 commit 15b1cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ fonts-run: &fonts-install
3939
mkdir -p ~/.local/share/fonts
4040
wget -nc https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O ~/.local/share/fonts/Felipa-Regular.ttf || true
4141
if [ ! -f ~/.local/share/fonts/Humor-Sans.ttf ]; then
42-
wget https://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
42+
wget http://http.us.debian.org/debian/pool/main/f/fonts-humor-sans/fonts-humor-sans_1.0-3_all.deb
4343
mkdir tmp
44-
dpkg -x fonts-humor-sans_1.0-1_all.deb tmp
44+
dpkg -x fonts-humor-sans_1.0-3_all.deb tmp
4545
cp tmp/usr/share/fonts/truetype/humor-sans/Humor-Sans.ttf ~/.local/share/fonts
4646
rm -rf tmp
4747
else

0 commit comments

Comments
 (0)