From 52ed683ed09efcec4853c7ef3d4b22903a90baab Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 21 Jul 2024 22:04:09 +0200 Subject: [PATCH] rsync --- spcd.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spcd.sh b/spcd.sh index 2d33878..97bc766 100644 --- a/spcd.sh +++ b/spcd.sh @@ -215,8 +215,6 @@ spcd_set_environment_variables() { SPCD_DNS_FILE="/etc/resolv.conf" SPCD_PKG_CA="ca-certificates" SPCD_PKG_GIT="git" - # TODO move to Python - SPCD_PKG_RSYNC="rsync" SPCD_PYTHON_ALIAS="python3" spcd_split spcd_echo "SPCD_DNS_FILE" "SPCD_PKG_CA" "SPCD_PKG_GIT" "SPCD_PYTHON_ALIAS" @@ -609,7 +607,7 @@ spcd_install_python() { # TODO move to Python spcd_install_packages() { spcd_step "Install Rsync" - spcd_install_package "${SPCD_PKG_RSYNC}" + spcd_install_package "rsync" spcd_step "Install SSH" spcd_install_package "${SPCD_PKG_SSH}" }