From 4aefe0d24eb26c2557921906cef53decd3304033 Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Mon, 16 Oct 2017 20:42:56 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'downloader.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- downloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader.sh b/downloader.sh index e7f62e9..1536fc5 100644 --- a/downloader.sh +++ b/downloader.sh @@ -1,5 +1,5 @@ #!/bin/bash -WGETCMD="wget -P $CHROOT/" +WGETCMD="wget --no-cookies -P $CHROOT/" $WGETCMD $REPO/$STAGE3 $WGETCMD $REPO/$SNAPSHOT $WGETCMD $REPO/kernel.tar.bz2