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:
parent
8cdcf2ef02
commit
7dd3712791
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user