This commit is contained in:
Marc Beninca 2024-07-21 22:06:29 +02:00
parent 52ed683ed0
commit f22b370cc3
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 1 deletions

View file

@ -606,6 +606,8 @@ spcd_install_python() {
# TODO move to Python # TODO move to Python
spcd_install_packages() { spcd_install_packages() {
spcd_step "Install GraphViz"
spcd_install_package "graphviz"
spcd_step "Install Rsync" spcd_step "Install Rsync"
spcd_install_package "rsync" spcd_install_package "rsync"
spcd_step "Install SSH" spcd_step "Install SSH"

View file

@ -42,7 +42,6 @@ def main(main: str) -> None:
"apt-get", "apt-get",
"install", "install",
"--assume-yes", "--assume-yes",
"graphviz",
"python3-sphinx", "python3-sphinx",
"python3-sphinx-rtd-theme", "python3-sphinx-rtd-theme",
) )