Revert "Merge branch 'ripgrep' into 'master'"

This reverts merge request !47
This commit is contained in:
Lin Jen-Shin (godfat) 2017-07-28 05:46:15 +00:00
parent f5fa95c91c
commit 8c96abc289
2 changed files with 0 additions and 9 deletions

View file

@ -6,7 +6,6 @@ RUN /scripts/install-phantomjs 2.1.1
RUN /scripts/install-node
RUN /scripts/install-golang
RUN /scripts/install-postgresql
RUN /scripts/install-ripgrep
ENV PATH /usr/local/go/bin:$PATH

View file

@ -1,8 +0,0 @@
#!/bin/bash
# Use `apt-get install cargo` whenever available
curl https://sh.rustup.rs -sSf | sh /dev/stdin -y
~/.cargo/bin/cargo install ripgrep --root /usr/local
apt-get install silversearcher-ag