From 6e8d54cb5fbb2f13ffc5657f18e1f53f83fb7cde Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Mon, 16 Oct 2017 22:33:41 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/downloader.sh b/downloader.sh index 6462fd7..1536fc5 100644 --- a/downloader.sh +++ b/downloader.sh @@ -1,6 +1,6 @@ #!/bin/bash WGETCMD="wget --no-cookies -P $CHROOT/" -$WGETCMD $REPO/$STAGE3 & export STAGE3_PID=$! -$WGETCMD $REPO/$SNAPSHOT & export SNAPSHOT_PID=$! -$WGETCMD $REPO/kernel.tar.bz2 & export KERNEL_PID=$! -$WGETCMD $REPO/modules.tar.bz2 & export MODULES_PID=$! \ No newline at end of file +$WGETCMD $REPO/$STAGE3 +$WGETCMD $REPO/$SNAPSHOT +$WGETCMD $REPO/kernel.tar.bz2 +$WGETCMD $REPO/modules.tar.bz2 \ No newline at end of file