pelican/sh
This commit is contained in:
parent
6777ca740f
commit
8852ebe64a
1 changed files with 11 additions and 0 deletions
11
spcd.sh
11
spcd.sh
|
@ -626,6 +626,17 @@ spcd_install_packages() {
|
|||
# plantuml
|
||||
spcd_step "Install PlantUML"
|
||||
spcd_install_package "plantuml"
|
||||
# python pelican
|
||||
spcd_step "Install Python Pelican"
|
||||
case "${SPCD_OS_ID}" in
|
||||
"${SPCD_OS_ARCH}" | "${SPCD_OS_DEBIAN}" | "${SPCD_OS_UBUNTU}")
|
||||
spcd_install_package "pelican"
|
||||
;;
|
||||
"${SPCD_OS_FEDORA}")
|
||||
spcd_install_package "python3-pelican"
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
# python sphinx
|
||||
spcd_step "Install Python Sphinx"
|
||||
case "${SPCD_OS_ID}" in
|
||||
|
|
Loading…
Reference in a new issue