This commit is contained in:
Marc Beninca 2024-07-21 22:04:09 +02:00
parent f4e45472cd
commit 52ed683ed0
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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}"
}