12 lines
134 B
Bash
Executable File
12 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SRC_DIR=$(pwd)
|
|
|
|
time sh 01_prepare.sh
|
|
time sh 02_disk_erase.sh
|
|
time sh 03_installer.sh
|
|
time sh 04_install.sh
|
|
|
|
cd $SRC_DIR
|
|
|