From 8852ebe64a0c3291889594f810df6685f1f5ea71 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 26 Jul 2024 14:42:10 +0200 Subject: [PATCH] pelican/sh --- spcd.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spcd.sh b/spcd.sh index 66492db..458b709 100644 --- a/spcd.sh +++ b/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