Skip to content

Commit

Permalink
In the Ubuntu repos, ack is a "Kanji code converter" - I think you're…
Browse files Browse the repository at this point in the history
… looking for ack-grep.
  • Loading branch information
jdeerhake committed Aug 10, 2011
1 parent 047231e commit 557736b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu
Expand Up @@ -20,7 +20,7 @@ echo "Install Redis, a key-value database ..."
sudo apt-get install redis-server -y

echo "Installing ack, a good way to search through files ..."
sudo apt-get install ack -y
sudo apt-get install ack-grep -y

echo "Installing ImageMagick, good for cropping and re-sizing images ..."
sudo apt-get install imagemagick --fix-missing -y
Expand Down

0 comments on commit 557736b

Please sign in to comment.