From 5b9446aad682d580cbeb2e398b22dcb6dacd9fd6 Mon Sep 17 00:00:00 2001 From: Mirco Attocchi Date: Sat, 9 Jun 2018 14:18:12 +0200 Subject: [PATCH] wget is not available on ChromeOS <=66 using curl with -L option due to the http redirect inside the cruton short link --- docs/installers/chromebook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...";