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"