瀏覽代碼

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.