mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
|
#!/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
|
||
|
|