Compare commits

..

No commits in common. "6d0f850bee6a317c60db641f5566d66cce04f7eb" and "e3ad438e6d20ce762de9d4ce841c449e4a199569" have entirely different histories.

View file

@ -641,7 +641,7 @@ ${SPCD_PROJECT_ROOT}$(basename "${GITHUB_SERVER_URL}")"
SPCD_PYTHON_PACKAGE="python3" SPCD_PYTHON_PACKAGE="python3"
;; ;;
"${SPCD_OS_ARCH}") "${SPCD_OS_ARCH}")
SPCD_PYTHON_COMMAND="python3.13" SPCD_PYTHON_COMMAND="python3.12"
SPCD_PYTHON_PACKAGE="python" SPCD_PYTHON_PACKAGE="python"
;; ;;
"${SPCD_OS_DEBIAN}") "${SPCD_OS_DEBIAN}")
@ -828,12 +828,7 @@ spcd_f_pkg() {
spcd_f_pm_pkg_install "plantuml" spcd_f_pm_pkg_install "plantuml"
# qrencode # qrencode
spcd_step "QRencode" spcd_step "QRencode"
case "${SPCD_OS_ID}" in spcd_f_pm_pkg_install "qrencode"
"${SPCD_OS_ALPINE}")
spcd_f_pm_pkg_install "libqrencode-tools"
;;
*) spcd_f_pm_pkg_install "qrencode" ;;
esac
# rsync # rsync
spcd_step "Rsync" spcd_step "Rsync"
spcd_f_pm_pkg_install "rsync" spcd_f_pm_pkg_install "rsync"