pandoc
Some checks failed
/ alpine (push) Successful in 43s
/ arch (push) Successful in 1m38s
/ fedora (push) Successful in 12m23s
/ opensuse (push) Successful in 2m38s
/ alma (push) Failing after 1m38s
/ rocky (push) Failing after 3m6s
/ ubuntu (push) Failing after 1m2s
/ debian (push) Failing after 1m1s
Some checks failed
/ alpine (push) Successful in 43s
/ arch (push) Successful in 1m38s
/ fedora (push) Successful in 12m23s
/ opensuse (push) Successful in 2m38s
/ alma (push) Failing after 1m38s
/ rocky (push) Failing after 3m6s
/ ubuntu (push) Failing after 1m2s
/ debian (push) Failing after 1m1s
This commit is contained in:
parent
346712f05c
commit
affb2786f3
1 changed files with 3 additions and 0 deletions
|
@ -811,6 +811,9 @@ spcd_f_pkg() {
|
|||
"${SPCD_PM_PACMAN}") spcd_f_pm_pkg_install "openssh" ;;
|
||||
*) ;;
|
||||
esac
|
||||
# pandoc
|
||||
spcd_step "PanDoc"
|
||||
spcd_f_pm_pkg_install "pandoc"
|
||||
# plantuml
|
||||
spcd_step "PlantUML"
|
||||
spcd_f_pm_pkg_install "plantuml"
|
||||
|
|
Loading…
Reference in a new issue