From 7dd3712791a18440515c6c937599edaf24579abb Mon Sep 17 00:00:00 2001 From: reujab Date: Thu, 27 Jul 2017 19:20:32 -0400 Subject: [PATCH] apt-get -> apt --- font-patcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font-patcher b/font-patcher index 6269a5586..80c8f42eb 100755 --- a/font-patcher +++ b/font-patcher @@ -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