Fix update script.
This commit is contained in:
parent
ab8d7d5dc0
commit
3ddf6c1d69
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ pip install --upgrade --user git+git://github.com/Lokaltog/powerline
|
||||||
if [ "$1" == '--graphic' ]
|
if [ "$1" == '--graphic' ]
|
||||||
then
|
then
|
||||||
rsync -av graphic/ ~/
|
rsync -av graphic/ ~/
|
||||||
|
rsync -av graphic/.[a-zA-Z]* ~/
|
||||||
fc-cache -vf ~/.fonts
|
fc-cache -vf ~/.fonts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue