diff --git a/cd.sh b/cd.sh index 4488d70..262dbe9 100644 --- a/cd.sh +++ b/cd.sh @@ -35,6 +35,7 @@ cd_main () { cd_set_environment () { cd_step "Set environment" CD_DNS_FILE="/etc/resolv.conf" + CD_GIT_PACKAGE="git" # case "${CD_OS_NAME}" in "debian") @@ -227,7 +228,7 @@ cd_upgrade_packages () { cd_install_git () { cd_step "Install Git" - cd_install_package "git" + cd_install_package "${CD_GIT_PACKAGE}" } cd_install_python () {