mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-23 04:54:23 +01:00
did some script reorg
This commit is contained in:
11
install/script/setup.sh
Executable file
11
install/script/setup.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./trace.sh
|
||||
. ./configure.sh
|
||||
. ./install.sh
|
||||
|
||||
echo "Starting configuration phase"
|
||||
configure
|
||||
|
||||
echo "Starting installation phase"
|
||||
install
|
||||
Reference in New Issue
Block a user