File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ fonts-run: &fonts-install
39
39
mkdir -p ~/.local/share/fonts
40
40
wget -nc https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O ~/.local/share/fonts/Felipa-Regular.ttf || true
41
41
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
43
43
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
45
45
cp tmp/usr/share/fonts/truetype/humor-sans/Humor-Sans.ttf ~/.local/share/fonts
46
46
rm -rf tmp
47
47
else
You can’t perform that action at this time.
0 commit comments