Skip to content

Commit

Permalink
Adding the changes from the pull to the node installer
Browse files Browse the repository at this point in the history
  • Loading branch information
taaem committed Jun 15, 2015
1 parent 7071260 commit 75aa669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iojs-install.sh
Original file line number Diff line number Diff line change
@@ -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!"'

Expand Down
4 changes: 2 additions & 2 deletions node-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 75aa669

Please sign in to comment.