installer_gentoo/downloader.sh

6 lines
160 B
Bash

#!/bin/bash
WGETCMD="wget --no-cookies -P $CHROOT/"
$WGETCMD $REPO/$STAGE3
$WGETCMD $REPO/$SNAPSHOT
$WGETCMD $REPO/kernel.tar.bz2
$WGETCMD $REPO/modules.tar.bz2