#!/bin/bash echo "[info] Preparing to setup dependencies" ./install-dependencies $1 echo "[info] Preparing to build projects from source" ./build echo "[info] Preparing to install components" ./install-components echo "[info] Install process finished"