Compare commits

..

No commits in common. "14d5a5b9d0af2cb8b59120fc31ff2e9ba1dcd5b4" and "4daced434aebef04e14a13717267d515b415c009" have entirely different histories.

View file

@ -594,6 +594,9 @@ spcd_install_python() {
# TODO move to Python
spcd_install_packages() {
# dos2unix
spcd_step "Install dos2unix"
spcd_install_package "dos2unix"
# epel
spcd_step "Install EPEL"
case "${SPCD_OS_ID}" in
@ -708,7 +711,9 @@ ${spcd_ipm__url}
spcd_ipm__script="${spcd_ipm__root}/${spcd_ipm__name}/spcd.sh"
if [ -f "${spcd_ipm__script}" ]; then
spcd_ipm__file="${spcd_ipm__root}/spcd.sh"
printf "%s" "${SPCD}" | tr -d "\r" >"${spcd_ipm__file}"
printf "%s" "${SPCD}" > "${spcd_ipm__file}"
ls -l "${spcd_ipm__file}"
dos2unix "${spcd_ipm__file}"
ls -l "${spcd_ipm__file}"
sha256sum "${spcd_ipm__file}"
sha256sum "${spcd_ipm__script}"