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