qrencode/alpine
This commit is contained in:
parent
e3ad438e6d
commit
9c95b2c7d3
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue