Mettre à jour 'downloader.sh'
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
WGETCMD="wget -P $CHROOT/"
|
WGETCMD="wget --no-cookies -P $CHROOT/"
|
||||||
$WGETCMD $REPO/$STAGE3
|
$WGETCMD $REPO/$STAGE3
|
||||||
$WGETCMD $REPO/$SNAPSHOT
|
$WGETCMD $REPO/$SNAPSHOT
|
||||||
$WGETCMD $REPO/kernel.tar.bz2
|
$WGETCMD $REPO/kernel.tar.bz2
|
||||||
|
Reference in New Issue
Block a user