Commit 3379bdcc authored by Pat Gunn's avatar Pat Gunn

Update install.sh

Make sure wget outputs to the required filename
parent 61eeff72
...@@ -39,7 +39,7 @@ case "$architecture" in ...@@ -39,7 +39,7 @@ case "$architecture" in
;; ;;
esac esac
wget --no-check-certificate --content-disposition $link wget --no-check-certificate --content-disposition $link -O $tarname
#extract and install ruby #extract and install ruby
echo "Extracting ruby (this may take a while)..." echo "Extracting ruby (this may take a while)..."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment