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
spcd_install_packages() {
spcd_step "Install GraphViz"
spcd_install_package "graphviz"
spcd_step "Install Rsync"
spcd_install_package "rsync"
spcd_step "Install SSH"