gpg
Some checks failed
/ alpine (push) Failing after 27s
/ debian (push) Failing after 4m39s
/ ubuntu (push) Failing after 1m6s
/ arch (push) Failing after 14s
/ opensuse (push) Successful in 2m58s
/ fedora (push) Successful in 8m55s
/ alma (push) Failing after 2m16s
/ rocky (push) Failing after 3m4s
Some checks failed
/ alpine (push) Failing after 27s
/ debian (push) Failing after 4m39s
/ ubuntu (push) Failing after 1m6s
/ arch (push) Failing after 14s
/ opensuse (push) Successful in 2m58s
/ fedora (push) Successful in 8m55s
/ alma (push) Failing after 2m16s
/ rocky (push) Failing after 3m4s
This commit is contained in:
parent
1045053b32
commit
7ebbedc136
1 changed files with 9 additions and 0 deletions
|
@ -796,6 +796,15 @@ spcd_f_pkg() {
|
|||
"${SPCD_OS_ALMA}" | "${SPCD_OS_ROCKY}") ;;
|
||||
*) spcd_f_pm_pkg_install "gource" ;;
|
||||
esac
|
||||
# gpg
|
||||
spcd_step "GnuPG"
|
||||
case "${SPCD_OS_ID}" in
|
||||
"${SPCD_OS_DEBIAN}")
|
||||
spcd_f_pm_pkg_install "gpg"
|
||||
;;
|
||||
# TODO other operating systems
|
||||
*) ;;
|
||||
esac
|
||||
# graphviz
|
||||
spcd_step "GraphViz"
|
||||
spcd_f_pm_pkg_install "graphviz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue