Skip to content

Commit

Permalink
Add gdb in setup bash
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Apr 9, 2024
1 parent 91b9e09 commit dfaa7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/env_setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ -x "$(command -v apt)" ]; then
echo 'Updating apt...'
sudo apt update
fi
sudo apt install -y libseccomp-dev gcc curl pkg-config libssl-dev cmake
sudo apt install -y libseccomp-dev gcc curl pkg-config libssl-dev cmake gdb
fi

if [ ! -d "scripts/thirdparty" ]; then
Expand Down

0 comments on commit dfaa7db

Please sign in to comment.