This is what we will output:
This will typically take ~ 10 minutes, download about
~ 1 GiB of data over your network, and then consume about
~ 2 GiB of hard drive space.
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
exit 1
fi
-echo -e "This will download xxx amount of code from git trees."
+echo -e "This will typically take ~ ${YELLOW}10 ${CYAN}minutes${NORMAL}, download about "
+echo -e "~ ${YELLOW}1 ${CYAN}GiB${NORMAL} of data over your network, and then consume about "
+echo -e "~ ${YELLOW}2 ${CYAN}GiB${NORMAL} of hard drive space."
read -p "Do you still want to continue (y/N)? "
if [[ "${REPLY}" != "y" ]]; then