From 9cc4d926a73843749d9f16ee3a34b2476ce63b38 Mon Sep 17 00:00:00 2001 From: Vladislav Sharapov Date: Tue, 29 Nov 2022 14:58:39 +0400 Subject: [PATCH] fix(font): change download font url Old link redirects to raw.githubusercontent.com. --- docs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.sh b/docs/install.sh index 31f7699e5..ced5d7318 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -333,7 +333,7 @@ welcome () { # download_font {{{ download_font () { - url="https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/SourceCodePro/Regular/complete/${1// /%20}" + url="https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/SourceCodePro/Regular/complete/${1// /%20}" path="$HOME/.local/share/fonts/$1" if [[ -f "$path" && ! -s "$path" ]] then