officialrajdeepsingh / nerd-fonts-installer

Nerd Fonts Installer is a bash script that allows users to easily install any nerd font in a Debian-based distribution by following a few simple steps.
MIT License
55 stars 6 forks source link

line 20: creating fonts folder: ${$HOME/.fonts}: bad substitution #2

Closed Bigsby closed 8 months ago

Bigsby commented 1 year ago

The title is the error I get after selecting the font.

I guess there is an error in lines 20 and 31. that should read:

            echo "creating fonts folder: ${HOME}/.fonts"

instead of:

            echo "creating fonts folder: ${$HOME/.fonts}"