We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93763c8 commit 5181480Copy full SHA for 5181480
1 file changed
linux
@@ -44,7 +44,7 @@ fancy_echo "Installing Redis, a good key-value database ..."
44
45
fancy_echo "Installing The Silver Searcher (better than ack or grep) to search the contents of files ..."
46
successfully git clone git://github.com/ggreer/the_silver_searcher.git /tmp/the_silver_searcher
47
- successfully sudo aptitude install -y automake pkg-config libpcre3-dev zlib1g-dev
+ successfully sudo aptitude install -y automake pkg-config libpcre3-dev zlib1g-dev liblzma-dev
48
successfully sh /tmp/the_silver_searcher/build.sh
49
successfully cd /tmp/the_silver_searcher
50
successfully sh build.sh
0 commit comments