mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
cleanup: make linter happy
This commit is contained in:
+3
-3
@@ -10,15 +10,15 @@ install() {
|
||||
if [ -e "$HOME/Library/Fonts" ]; then
|
||||
# OS X
|
||||
mv "$my_nerdfont" ~/Library/Fonts/
|
||||
my_fontdir="~/Library/Fonts/"
|
||||
my_fontdir="Library/Fonts/"
|
||||
else
|
||||
# Linux
|
||||
mkdir -p ~/.local/share/fonts
|
||||
mv "$my_nerdfont" ~/.local/share/fonts/
|
||||
my_fontdir="~/.local/share/fonts/"
|
||||
my_fontdir=".local/share/fonts/"
|
||||
fi
|
||||
|
||||
echo "Installed $my_nerdfont to $my_fontdir"
|
||||
echo "Installed $my_nerdfont to ~/$my_fontdir"
|
||||
}
|
||||
|
||||
install
|
||||
|
||||
Reference in New Issue
Block a user