Compare commits
No commits in common. "6d0f850bee6a317c60db641f5566d66cce04f7eb" and "e3ad438e6d20ce762de9d4ce841c449e4a199569" have entirely different histories.
6d0f850bee
...
e3ad438e6d
1 changed files with 2 additions and 7 deletions
|
@ -641,7 +641,7 @@ ${SPCD_PROJECT_ROOT}$(basename "${GITHUB_SERVER_URL}")"
|
|||
SPCD_PYTHON_PACKAGE="python3"
|
||||
;;
|
||||
"${SPCD_OS_ARCH}")
|
||||
SPCD_PYTHON_COMMAND="python3.13"
|
||||
SPCD_PYTHON_COMMAND="python3.12"
|
||||
SPCD_PYTHON_PACKAGE="python"
|
||||
;;
|
||||
"${SPCD_OS_DEBIAN}")
|
||||
|
@ -828,12 +828,7 @@ spcd_f_pkg() {
|
|||
spcd_f_pm_pkg_install "plantuml"
|
||||
# qrencode
|
||||
spcd_step "QRencode"
|
||||
case "${SPCD_OS_ID}" in
|
||||
"${SPCD_OS_ALPINE}")
|
||||
spcd_f_pm_pkg_install "libqrencode-tools"
|
||||
;;
|
||||
*) spcd_f_pm_pkg_install "qrencode" ;;
|
||||
esac
|
||||
spcd_f_pm_pkg_install "qrencode"
|
||||
# rsync
|
||||
spcd_step "Rsync"
|
||||
spcd_f_pm_pkg_install "rsync"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue