Skip to content

Commit

Permalink
Add file utility which is required for some of the cpack functionality (
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 authored Nov 10, 2023
1 parent c54af8a commit 4284d79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install_build_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ DEPENDENCIES=(
ca-certificates
build-essential
gdb
git)
git
file)
DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --yes --quiet "${DEPENDENCIES[@]}"
cd /tmp
# Installing CMake
Expand Down

0 comments on commit 4284d79

Please sign in to comment.