Created
May 15, 2017 09:37
-
-
Save simone-sanfratello/0eb56c143a0e9fa82b2fe23601830740 to your computer and use it in GitHub Desktop.
Install ms core fonts on Debian 8.x, Ubuntu 16.x
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
#!/bin/bash | |
wget http://ftp.de.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb | |
apt install ./ttf-mscorefonts-installer_3.6_all.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment