restore fonts from correct path
This commit is contained in:
parent
992987fb3c
commit
c84e170e4f
@ -55,6 +55,6 @@ read -p "Would you like to restore fonts [Y/n]: " FONTS
|
|||||||
if [ "$FONTS" = "Y" ] || [ "$FONTS" = "y" ] || [ "$FONTS" = "" ]
|
if [ "$FONTS" = "Y" ] || [ "$FONTS" = "y" ] || [ "$FONTS" = "" ]
|
||||||
then
|
then
|
||||||
mkdir -vp $HOME/.local/share/fonts
|
mkdir -vp $HOME/.local/share/fonts
|
||||||
ln -s local/share/fonts/* $HOME/.local/share/fonts/
|
ln -s $PWD/local/share/fonts/* $HOME/.local/share/fonts/
|
||||||
fi
|
fi
|
||||||
###################################################################
|
###################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user