diff --git a/start.sh b/start.sh index f8ab286..6ee7791 100644 --- a/start.sh +++ b/start.sh @@ -1,10 +1,10 @@ #!/bin/bash RAWDIR=https://git.jmanson.fr/jeremy/installer_gentoo/raw/master -wget -P /tmp/ $RAWDIR/env.sh -wget -P /tmp/ $RAWDIR/downloader.sh -wget -P /tmp/ $RAWDIR/partitions.sh -wget -P /tmp/ $RAWDIR/install_sys.sh -source /tmp/env.sh -sh /tmp/partitions.sh -sh /tmp/downloader.sh -sh /tmp/install_sys.sh \ No newline at end of file +wget -P /tmp/ $RAWDIR/env.sh 2>> err.log +wget -P /tmp/ $RAWDIR/downloader.sh 2>> err.log +wget -P /tmp/ $RAWDIR/partitions.sh 2>> err.log +wget -P /tmp/ $RAWDIR/install_sys.sh 2>> err.log +source /tmp/env.sh 2>> err.log +sh /tmp/partitions.sh 2>> err.log +sh /tmp/downloader.sh 2>> err.log +sh /tmp/install_sys.sh 2>> err.log \ No newline at end of file