Fix broken scripts, add script to run and test via CMake.

This commit is contained in:
2023-10-18 04:34:48 -07:00
parent f19b301aed
commit b7a8bfce9f
4 changed files with 29 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ install_debianesque () {
fi
echo "[+] installing tools"
sudo $SUDO apt-get $APTARGS install git clang scdoc python3-pip
sudo $SUDO apt-get $APTARGS install git clang scdoc python3-pip doxygen graphviz
}
install_unsupported () {