Some updates - buit a lot of failed attempts at cpp check :(

This commit is contained in:
Jimmy Bates 2024-04-25 00:57:14 -07:00
parent fd1ad576f1
commit 3263437b01
5 changed files with 31 additions and 5 deletions

View file

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