Last active
August 3, 2017 12:22
-
-
Save vordan/a24d577949c1ea19e76839ba08cbca27 to your computer and use it in GitHub Desktop.
Инсталација на фонтови
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Инсталација на фонтови | |
------------------------------------------------ | |
wget 10.10.10.98/fonts/infomatrix-fonts.zip | |
cd /usr/share/fonts/truetype/ | |
mkdir infomatrix | |
mv infomatrix-fonts.zip infomatrix | |
cd infomatrix | |
unzip infomatrix-fonts.zip | |
wget 10.10.10.98/fonts/msttcorefonts.zip | |
unzip msttcorefonts.zip | |
#apt-get install msttcorefonts # Opcionalno | |
apt-get install fontconfig | |
fc-cache -f -v | |
------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment