Skip to content

Instantly share code, notes, and snippets.

@highel
Last active June 22, 2016 20:32
Show Gist options
  • Save highel/1f42c594a019580a776c2959f3679f98 to your computer and use it in GitHub Desktop.
Save highel/1f42c594a019580a776c2959f3679f98 to your computer and use it in GitHub Desktop.
Installs Arimo font to OpenJDK inside CentOS 7
jre=`update-alternatives --display java |grep -om 1 '\ /.*jdk.*jre'`
jre=$jre'/lib/fonts'
unzip -o -j arimo.zip "*.ttf" -d $jre
echo Installed Arimo font to $jre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment