Skip to content

Commit

Permalink
Fixing Architecture check
Browse files Browse the repository at this point in the history
  • Loading branch information
taaem committed Apr 1, 2015
1 parent 9662fec commit 1d595b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ then

VER=$(grep -o 'node-v.*-linux-x64.tar.gz' node-cache.txt)
else
grep -o '>node-v.*-linux-x64.tar.gz' node-updater.html > node-cache.txt 2>&1
grep -o '>node-v.*-linux-x86.tar.gz' node-updater.html > node-cache.txt 2>&1

VER=$(grep -o 'node-v.*-linux-x64.tar.gz' node-cache.txt)
VER=$(grep -o 'node-v.*-linux-x86.tar.gz' node-cache.txt)
fi
rm ./node-cache.txt
rm ./node-updater.html
Expand Down

0 comments on commit 1d595b5

Please sign in to comment.