This commit is contained in:
parent
faf152acdb
commit
14d5a5b9d0
1 changed files with 1 additions and 6 deletions
7
spcd.sh
7
spcd.sh
|
@ -594,9 +594,6 @@ 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
|
||||
|
@ -711,9 +708,7 @@ ${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}" >"${spcd_ipm__file}"
|
||||
ls -l "${spcd_ipm__file}"
|
||||
dos2unix "${spcd_ipm__file}"
|
||||
printf "%s" "${SPCD}" | tr -d "\r" >"${spcd_ipm__file}"
|
||||
ls -l "${spcd_ipm__file}"
|
||||
sha256sum "${spcd_ipm__file}"
|
||||
sha256sum "${spcd_ipm__script}"
|
||||
|
|
Loading…
Reference in a new issue