Mettre à jour 'start.sh'
This commit is contained in:
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
|
Reference in New Issue
Block a user