rsync
This commit is contained in:
parent
f4e45472cd
commit
52ed683ed0
1 changed files with 1 additions and 3 deletions
4
spcd.sh
4
spcd.sh
|
@ -215,8 +215,6 @@ spcd_set_environment_variables() {
|
||||||
SPCD_DNS_FILE="/etc/resolv.conf"
|
SPCD_DNS_FILE="/etc/resolv.conf"
|
||||||
SPCD_PKG_CA="ca-certificates"
|
SPCD_PKG_CA="ca-certificates"
|
||||||
SPCD_PKG_GIT="git"
|
SPCD_PKG_GIT="git"
|
||||||
# TODO move to Python
|
|
||||||
SPCD_PKG_RSYNC="rsync"
|
|
||||||
SPCD_PYTHON_ALIAS="python3"
|
SPCD_PYTHON_ALIAS="python3"
|
||||||
spcd_split
|
spcd_split
|
||||||
spcd_echo "SPCD_DNS_FILE" "SPCD_PKG_CA" "SPCD_PKG_GIT" "SPCD_PYTHON_ALIAS"
|
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
|
# TODO move to Python
|
||||||
spcd_install_packages() {
|
spcd_install_packages() {
|
||||||
spcd_step "Install Rsync"
|
spcd_step "Install Rsync"
|
||||||
spcd_install_package "${SPCD_PKG_RSYNC}"
|
spcd_install_package "rsync"
|
||||||
spcd_step "Install SSH"
|
spcd_step "Install SSH"
|
||||||
spcd_install_package "${SPCD_PKG_SSH}"
|
spcd_install_package "${SPCD_PKG_SSH}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue