Thing i'm good now
This commit is contained in:
parent
b94345a27a
commit
16296b8620
6 changed files with 6 additions and 14 deletions
2
setup.sh
2
setup.sh
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue