diff --git a/iojs-install.sh b/iojs-install.sh index f416c5a..d8ef255 100755 --- a/iojs-install.sh +++ b/iojs-install.sh @@ -1,6 +1,6 @@ #!/bin/bash -echo "Node Linux Installer by www.github.com/taaem" +echo "IoJS Linux Installer by www.github.com/taaem" echo "Need Root for installing iojs" sudo sh -c 'echo "Got Root!"' diff --git a/node-install.sh b/node-install.sh index 00d7af0..d22e0a4 100755 --- a/node-install.sh +++ b/node-install.sh @@ -26,11 +26,11 @@ rm ./node-updater.html echo "Done" -DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) +DIR=$( cd "$( dirname $0 )" && pwd ) echo "Downloading latest stable Version $VER..." { -wget https://nodejs.org/dist/latest/$VER +wget https://nodejs.org/dist/latest/$VER -O $DIR/$VER } &> /dev/null echo "Done"