add bats
This commit is contained in:
parent
94e85a8f36
commit
f2851b1566
1 changed files with 3 additions and 0 deletions
3
spcd.sh
3
spcd.sh
|
@ -691,6 +691,9 @@ spcd_install_packages() {
|
|||
;;
|
||||
*) ;;
|
||||
esac
|
||||
# bats
|
||||
spcd_step "Install BATS"
|
||||
spcd_install_package "bats"
|
||||
# graphviz
|
||||
spcd_step "Install GraphViz"
|
||||
spcd_install_package "graphviz"
|
||||
|
|
Loading…
Reference in a new issue