mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-24 08:05:04 +01:00
11 lines
146 B
Bash
Executable File
11 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./trace.sh
|
|
. ./configure.sh
|
|
. ./install.sh
|
|
|
|
echo "Starting configuration phase"
|
|
configure
|
|
|
|
echo "Starting installation phase"
|
|
install |