From 128c2ef986a998162f550c6252fbf48811c87220 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 22 Feb 2025 23:17:22 +0100 Subject: [PATCH] qrencode --- spcd/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index a4f05d2..f64e855 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -815,6 +815,9 @@ spcd_f_pkg() { # plantuml spcd_step "PlantUML" spcd_f_pm_pkg_install "plantuml" + # qrencode + spcd_step "QRencode" + spcd_f_pm_pkg_install "qrencode" # rsync spcd_step "Rsync" spcd_f_pm_pkg_install "rsync"