cd_python_modules
This commit is contained in:
parent
4e10aef6a9
commit
bf32e90fe5
1 changed files with 7 additions and 5 deletions
12
cd.sh
12
cd.sh
|
@ -3,8 +3,10 @@
|
||||||
[ "${CD_DNS}" ] || CD_DNS="\
|
[ "${CD_DNS}" ] || CD_DNS="\
|
||||||
9.9.9.9 \
|
9.9.9.9 \
|
||||||
"
|
"
|
||||||
# modules
|
CD_PYTHON_MODULES="\
|
||||||
set "cd" "rwx"
|
cd \
|
||||||
|
rwx \
|
||||||
|
"
|
||||||
|
|
||||||
# steps
|
# steps
|
||||||
cd_main () {
|
cd_main () {
|
||||||
|
@ -24,8 +26,8 @@ cd_main () {
|
||||||
cd_install_git
|
cd_install_git
|
||||||
cd_install_python
|
cd_install_python
|
||||||
cd_clean_packages_cache
|
cd_clean_packages_cache
|
||||||
cd_install_python_modules "${@}"
|
cd_install_python_modules ${CD_PYTHON_MODULES}
|
||||||
cd_execute_python_module "${@}"
|
cd_execute_python_module ${CD_PYTHON_MODULES}
|
||||||
}
|
}
|
||||||
|
|
||||||
# functions
|
# functions
|
||||||
|
@ -330,4 +332,4 @@ local text="${2}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# main
|
# main
|
||||||
cd_main "${@}"
|
cd_main
|
||||||
|
|
Loading…
Reference in a new issue