summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParide Legovini <pl@ninthfloor.org>2017-07-16 23:14:44 +0200
committerParide Legovini <pl@ninthfloor.org>2017-07-16 23:14:44 +0200
commit6d50eb7735e4ecb029dad3b4fee7697deffb8dba (patch)
treecaf45fcb44957102f0766f597ae7cf4a5dc0b4cb
parent979c159a3c49f4ab28a609e79da5093259c2395f (diff)
Suggest using apt instead of apt-get
-rwxr-xr-x2ff2
1 files changed, 1 insertions, 1 deletions
diff --git a/2ff b/2ff
index 10e4320..1ff7a86 100755
--- a/2ff
+++ b/2ff
@@ -27,7 +27,7 @@ else
*)
if [ ! -x /usr/bin/convert ] ; then
printf "%s: cant convert from %s -- missing \`convert' program" "$0" "$FORMAT" >&2
- printf "Run \`apt-get install imagemagick' to install it" >&2
+ printf "Run \`apt install imagemagick' to install it" >&2
exit 1
fi