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", )