qrencode
Some checks failed
/ alpine (push) Failing after 24s
/ debian (push) Failing after 1m12s
/ ubuntu (push) Failing after 1m24s
/ arch (push) Failing after 12s
/ opensuse (push) Failing after 3m12s
/ fedora (push) Failing after 9m31s
/ alma (push) Failing after 2m19s
/ rocky (push) Failing after 3m44s

This commit is contained in:
Marc Beninca 2025-02-22 23:17:22 +01:00
parent dcbb88b423
commit 128c2ef986
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -815,6 +815,9 @@ spcd_f_pkg() {
# plantuml # plantuml
spcd_step "PlantUML" spcd_step "PlantUML"
spcd_f_pm_pkg_install "plantuml" spcd_f_pm_pkg_install "plantuml"
# qrencode
spcd_step "QRencode"
spcd_f_pm_pkg_install "qrencode"
# rsync # rsync
spcd_step "Rsync" spcd_step "Rsync"
spcd_f_pm_pkg_install "rsync" spcd_f_pm_pkg_install "rsync"