diff --git a/install.sh b/install.sh index 38fee51..5b6bfbf 100755 --- a/install.sh +++ b/install.sh @@ -20,10 +20,11 @@ fi # ============== Tools ================= echo "=== Installing tools ===\n" -# Ack -curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 ~/bin/ack - -# Node -git clone https://github.com/joyent/node.git && cd node && ./configure && make && sudo make install && cd .. && rm -rf node +#echo "\n\n--> Ack\n" +#curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 ~/bin/ack +#echo "\n\n--> Node\n" +#git clone https://github.com/joyent/node.git && cd node && ./configure && make && sudo make install && cd .. && rm -rf node +#echo "--> NPM" +#git clone https://github.com/isaacs/npm.git && cd npm && make && sudo make install diff --git a/readme.md b/readme.md index 79f783b..388d803 100644 --- a/readme.md +++ b/readme.md @@ -27,14 +27,3 @@ ./install.sh - -## Install Node - - git clone https://github.com/joyent/node.git && cd node - ./configure - make - sudo make install - cd .. - git clone https://github.com/isaacs/npm.git && cd npm - make - sudo make install