Skip to content

Commit

Permalink
Merge pull request #668 from malefoxx/patch-1
Browse files Browse the repository at this point in the history
Added install description for optipng on ubuntu.
  • Loading branch information
sindresorhus committed Oct 26, 2012
2 parents 4e357fa + d52afa1 commit 10362c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/install.sh
Expand Up @@ -192,6 +192,7 @@ audit() {
[ "$optipng" -eq 0 ] && \ [ "$optipng" -eq 0 ] && \
sad_print "optipng" "" && \ sad_print "optipng" "" && \
desc_print "On Mac," "brew install optipng" "will sort you out." desc_print "On Mac," "brew install optipng" "will sort you out."
desc_print "On Ubuntu," "sudo apt-get install optipng" "should do the trick."
[ "$yeoman" -eq 0 ] && \ [ "$yeoman" -eq 0 ] && \
sad_print "yeoman" "" && \ sad_print "yeoman" "" && \
desc_print "You're missing yeoman!" "npm install -g yeoman" "will correct this atrocity. You may need sudo." desc_print "You're missing yeoman!" "npm install -g yeoman" "will correct this atrocity. You may need sudo."
Expand Down

0 comments on commit 10362c3

Please sign in to comment.