Thing i'm good now

This commit is contained in:
Jimmy Bates 2024-04-21 13:08:44 -07:00
parent b94345a27a
commit 16296b8620
6 changed files with 6 additions and 14 deletions

View file

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