1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00
pdf2htmlEX/buildScripts/getFontforge
2019-11-21 13:31:28 +00:00

9 lines
187 B
Bash
Executable File

#!/bin/bash
# This bash script gets and unpacks the latest fontforge AppImage
sudo add-apt-repository ppa:fontforge/fontforge
sudo apt-get update
sudo apt-get install libfontforge-dev