소스 검색

update ack to 2.04

Weiyi Lou 12 년 전
부모
커밋
b3a132d2af
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      setup.sh

+ 2 - 3
setup.sh

@@ -19,9 +19,8 @@ if test -f ~/bin/ack; then
   echo "ack found..."
 else
   mkdir -p ~/bin
-  curl http://betterthangrep.com/ack-standalone > ~/bin/ack
-  chmod 0755 ~/bin/ack
-  echo "ack installed from betterthangrep.com..."
+  curl http://beyondgrep.com/ack-2.04-single-file > ~/bin/ack && chmod 0755 ~/bin/ack
+  echo "ack installed from beyondgrep.com..."
 fi
 
 # color for git! Some machines don't have it.