diff --git a/docs/installers/chromebook.sh b/docs/installers/chromebook.sh index de2c41497b..775bcd6426 100755 --- a/docs/installers/chromebook.sh +++ b/docs/installers/chromebook.sh @@ -49,7 +49,7 @@ cd ~/Downloads; echo "Great! Let's get to it then."; echo "Downloading crouton..."; -wget https://goo.gl/fd3zc -O crouton; +curl https://goo.gl/fd3zc -L -o crouton; echo "crouton downloaded."; echo "Detecting architecture...";