Skip to content

Commit

Permalink
Merge branch 'wgqi1126-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
taaem committed Jun 15, 2015
2 parents cec3968 + dd25f6c commit 7071260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iojs-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ rm ./iojs-updater.html

echo "Done"

DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
DIR=$( cd "$( dirname $0 )" && pwd )

echo "Downloading latest stable Version $VER..."
{
wget https://iojs.org/dist/latest/$VER
wget https://iojs.org/dist/latest/$VER -O $DIR/$VER
} &> /dev/null

echo "Done"
Expand Down

0 comments on commit 7071260

Please sign in to comment.