Skip to content

Instantly share code, notes, and snippets.

@simone-sanfratello
Created May 15, 2017 09:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simone-sanfratello/0eb56c143a0e9fa82b2fe23601830740 to your computer and use it in GitHub Desktop.
Save simone-sanfratello/0eb56c143a0e9fa82b2fe23601830740 to your computer and use it in GitHub Desktop.
Install ms core fonts on Debian 8.x, Ubuntu 16.x
#!/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