did some script reorg

This commit is contained in:
jash
2018-10-08 11:02:11 +02:00
committed by kexkey
parent ffa9293226
commit 7479433f4a
8 changed files with 42 additions and 41 deletions

11
install/script/setup.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
. ./trace.sh
. ./configure.sh
. ./install.sh
echo "Starting configuration phase"
configure
echo "Starting installation phase"
install