moreeeee updates . ..

This commit is contained in:
Jimmy Bates 2024-04-21 04:50:58 -07:00
parent 0ed010f399
commit b94345a27a
7 changed files with 30 additions and 10 deletions

View file

@ -5,7 +5,7 @@ python3 -m venv .venv
.venv/bin/pip install debugpy
# Install dependencies
PKGS=("clang" "cmake" "npm")
PKGS=("cppcheck" "clang" "cmake" "npm")
# Get distro
distro=$(cat /etc/os-release | grep PRETTY_NAME= | awk '{print $1}' | cut -d \" -f 2)