blob: a74e76363a6b78533348ed210ecf918db8877642 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- a/tools/apng2flif
+++ b/tools/apng2flif
@@ -13,7 +13,6 @@ fi
if ! $APNGDIS 2>/dev/null |grep -q APNG
then
echo "APNG Disassembler not found, please install it first!"
- echo "sudo apt-get install apngdis"
exit 1
fi
--- a/tools/gif2flif
+++ b/tools/gif2flif
@@ -13,7 +13,6 @@ fi
if ! $CONVERT -version 2>/dev/null >/dev/null
then
echo "ImageMagick not found, please install it first!"
- echo "sudo apt-get install imagemagick"
exit 1
fi
|