
installation of os_only cento6.5 is successful going to test Ubuntu 14.04 Change-Id: Ib08cf2860ae28a219f259873fcc015442ff6fc67
5 lines
194 B
Bash
Executable File
5 lines
194 B
Bash
Executable File
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
source ${SCRIPT_DIR}/prepare.sh || exit $?
|
|
source ${SCRIPT_DIR}/setup-env.sh || exit $?
|
|
source ${SCRIPT_DIR}/deploy-vm.sh || exit $?
|