Mettre à jour 'start.sh'
This commit is contained in:
parent
6e8d54cb5f
commit
90a1763251
16
start.sh
16
start.sh
@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
RAWDIR=https://git.jmanson.fr/jeremy/installer_gentoo/raw/master
|
RAWDIR=https://git.jmanson.fr/jeremy/installer_gentoo/raw/master
|
||||||
wget -P /tmp/ $RAWDIR/env.sh
|
wget -P /tmp/ $RAWDIR/env.sh 2>> err.log
|
||||||
wget -P /tmp/ $RAWDIR/downloader.sh
|
wget -P /tmp/ $RAWDIR/downloader.sh 2>> err.log
|
||||||
wget -P /tmp/ $RAWDIR/partitions.sh
|
wget -P /tmp/ $RAWDIR/partitions.sh 2>> err.log
|
||||||
wget -P /tmp/ $RAWDIR/install_sys.sh
|
wget -P /tmp/ $RAWDIR/install_sys.sh 2>> err.log
|
||||||
source /tmp/env.sh
|
source /tmp/env.sh 2>> err.log
|
||||||
sh /tmp/partitions.sh
|
sh /tmp/partitions.sh 2>> err.log
|
||||||
sh /tmp/downloader.sh
|
sh /tmp/downloader.sh 2>> err.log
|
||||||
sh /tmp/install_sys.sh
|
sh /tmp/install_sys.sh 2>> err.log
|
Loading…
x
Reference in New Issue
Block a user