rsync & ssh → packages
This commit is contained in:
parent
1d7d6b27e8
commit
f4e45472cd
1 changed files with 2 additions and 8 deletions
10
spcd.sh
10
spcd.sh
|
@ -33,9 +33,7 @@ spcd_main() {
|
|||
spcd_install_git
|
||||
spcd_install_python
|
||||
# TODO move to Python
|
||||
spcd_install_rsync
|
||||
# TODO move to Python
|
||||
spcd_install_ssh
|
||||
spcd_install_packages
|
||||
spcd_clean_packages_cache
|
||||
spcd_install_python_modules
|
||||
spcd_write_python_module
|
||||
|
@ -609,13 +607,9 @@ spcd_install_python() {
|
|||
}
|
||||
|
||||
# TODO move to Python
|
||||
spcd_install_rsync() {
|
||||
spcd_install_packages() {
|
||||
spcd_step "Install Rsync"
|
||||
spcd_install_package "${SPCD_PKG_RSYNC}"
|
||||
}
|
||||
|
||||
# TODO move to Python
|
||||
spcd_install_ssh() {
|
||||
spcd_step "Install SSH"
|
||||
spcd_install_package "${SPCD_PKG_SSH}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue