From f22b370cc3eab7680c8416584e58ff198e1be264 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 21 Jul 2024 22:06:29 +0200 Subject: [PATCH] graphviz --- spcd.sh | 2 ++ spcd/__init__.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/spcd.sh b/spcd.sh index 97bc766..d4d3c33 100644 --- a/spcd.sh +++ b/spcd.sh @@ -606,6 +606,8 @@ spcd_install_python() { # TODO move to Python spcd_install_packages() { + spcd_step "Install GraphViz" + spcd_install_package "graphviz" spcd_step "Install Rsync" spcd_install_package "rsync" spcd_step "Install SSH" diff --git a/spcd/__init__.py b/spcd/__init__.py index 25827f6..2398f77 100644 --- a/spcd/__init__.py +++ b/spcd/__init__.py @@ -42,7 +42,6 @@ def main(main: str) -> None: "apt-get", "install", "--assume-yes", - "graphviz", "python3-sphinx", "python3-sphinx-rtd-theme", )