From 57c6324d26b7448fcd70e7163aa991fa9e1e7de2 Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Mon, 16 Oct 2017 20:01:27 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'start.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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