diff --git a/start.sh b/start.sh index 0aabe01..f85d630 100644 --- a/start.sh +++ b/start.sh @@ -1,6 +1,10 @@ #!/bin/bash RAWDIR=https://git.jmanson.fr/jeremy/installer_gentoo/raw/master -wget $RAWDIR/partitions.sh -wget $RAWDIR/install_sys.sh -sh partitions.sh -sh install_sys.sh \ No newline at end of file +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 /tmp/install_sys.sh \ No newline at end of file