qrencode/alpine

This commit is contained in:
Marc Beninca 2025-06-08 11:40:18 +02:00
parent e3ad438e6d
commit 9c95b2c7d3
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -828,7 +828,12 @@ spcd_f_pkg() {
spcd_f_pm_pkg_install "plantuml"
# qrencode
spcd_step "QRencode"
spcd_f_pm_pkg_install "qrencode"
case "${SPCD_OS_ID}" in
"${SPCD_OS_ALPINE}")
spcd_f_pm_pkg_install "libqrencode-tools"
;;
*) spcd_f_pm_pkg_install "qrencode" ;;
esac
# rsync
spcd_step "Rsync"
spcd_f_pm_pkg_install "rsync"