graphviz
This commit is contained in:
parent
52ed683ed0
commit
f22b370cc3
2 changed files with 2 additions and 1 deletions
2
spcd.sh
2
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"
|
||||
|
|
|
@ -42,7 +42,6 @@ def main(main: str) -> None:
|
|||
"apt-get",
|
||||
"install",
|
||||
"--assume-yes",
|
||||
"graphviz",
|
||||
"python3-sphinx",
|
||||
"python3-sphinx-rtd-theme",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue