1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-31 12:27:22 +02:00

apt-get -> apt

This commit is contained in:
reujab 2017-07-27 19:20:32 -04:00
parent 8cdcf2ef02
commit 7dd3712791

View File

@ -28,7 +28,7 @@ try:
import fontforge
except ImportError:
sys.exit(projectName + ": FontForge module could not be loaded. Try installing fontforge python bindings [e.g. on Linux Debian or Ubuntu: `sudo apt-get install fontforge python-fontforge`]")
sys.exit(projectName + ": FontForge module could not be loaded. Try installing fontforge python bindings [e.g. on Linux Debian or Ubuntu: `sudo apt install fontforge python-fontforge`]")
# argparse stuff