Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
install: fix font URL
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed May 5, 2021
1 parent 4088b82 commit 364f544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ install_fonts() {

download_font() {
# Download patched Nerd Fonts
url="https://github.com/ryanoasis/nerd-fonts/raw/2.1.5/patched-fonts/FiraCode/Regular/complete/${1// /%20}"
url="https://github.com/ryanoasis/nerd-fonts/raw/2.1.0/patched-fonts/FiraCode/Regular/complete/${1// /%20}"
download_path="$HOME/.local/share/fonts/$1"
if [[ -f "$download_path" && ! -s "$download_path" ]]; then
rm "$download_path"
Expand Down

0 comments on commit 364f544

Please sign in to comment.