From f4e45472cda97f8726da3d755e42c97aebf219ea Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 21 Jul 2024 22:02:51 +0200 Subject: [PATCH] =?UTF-8?q?rsync=20&=20ssh=20=E2=86=92=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spcd.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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}" }