diff --git a/spcd.sh b/spcd.sh index f596325..2d33878 100644 --- a/spcd.sh +++ b/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}" }