install.sh : added python-html2text dependency
Benjamin Renard

Benjamin Renard commited on 2012-04-20 16:07:44
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -29,10 +29,10 @@ case "$1" in
29 29
 
30 30
 		if [ -f /usr/bin/apt-get ]
31 31
 		then
32
-			apt-get install python-suds python-simplejson
32
+			apt-get install python-suds python-simplejson python-html2text
33 33
 		elif [ -x /usr/bin/yum ]
34 34
 		then
35
-			yum install python-suds python-simplejson
35
+			yum install python-suds python-simplejson python-html2text
36 36
 		else
37 37
 			echo "Can't package manager."
38 38
 			exit 1
39 39