Skip to content

Commit

Permalink
added UNIX script file with dos2unix, added arm6l
Browse files Browse the repository at this point in the history
  • Loading branch information
mitucsaki committed Feb 28, 2018
1 parent b5ac214 commit 2998678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -d "$HOME/.go" ] || [ -d "$HOME/go" ]; then
fi

echo "Downloading Go 1.9.3..."
wget https://dl.google.com/go/go$GO.linux-amd64.tar.gz -O $HOME/go.tar.gz
wget https://dl.google.com/go/go$GO.linux-armv6l.tar.gz -O $HOME/go.tar.gz

if [ $? -ne 0 ]; then
echo "Download failed!"
Expand Down

0 comments on commit 2998678

Please sign in to comment.