Skip to content

Instantly share code, notes, and snippets.

@devster
Created March 14, 2014 10:24
Show Gist options
  • Save devster/9545326 to your computer and use it in GitHub Desktop.
Save devster/9545326 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