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