git
This commit is contained in:
parent
ca19c5dc1b
commit
17ce94a63f
1 changed files with 2 additions and 1 deletions
3
cd.sh
3
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 () {
|
||||
|
|
Loading…
Reference in a new issue