Mettre à jour 'start.sh'
This commit is contained in:
parent
166c6a6dde
commit
57c6324d26
12
start.sh
12
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
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user