Skip to content

Instantly share code, notes, and snippets.

@vluzrmos
Forked from devster/gist:9545326
Created November 4, 2015 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vluzrmos/da516cde6f303dc343fe to your computer and use it in GitHub Desktop.
Save vluzrmos/da516cde6f303dc343fe to your computer and use it in GitHub Desktop.
Install mscorefonts on debian wheezy
# Add this repo to the /etc/apt/source.list file
deb ftp://ftp.debian.org/debian stable contrib non-free
# And run these commands
sudo apt-get update
sudo apt-get install ttf-mscorefonts-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment