mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-31 21:22:38 +02:00
apt-get -> apt
This commit is contained in:
parent
8cdcf2ef02
commit
7dd3712791
@ -28,7 +28,7 @@ try:
|
|||||||
import fontforge
|
import fontforge
|
||||||
|
|
||||||
except ImportError:
|
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
|
# argparse stuff
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user