moreeeee updates . ..
This commit is contained in:
parent
0ed010f399
commit
b94345a27a
7 changed files with 30 additions and 10 deletions
2
setup.sh
2
setup.sh
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue