Bläddra i källkod

update ack to 2.04

Weiyi Lou 12 år sedan
förälder
incheckning
b3a132d2af
1 ändrade filer med 2 tillägg och 3 borttagningar
  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.