Skip to content

Commit

Permalink
add missing make
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Aug 21, 2024
1 parent 8a21af5 commit 35a5824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getting-started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ elif [ "$os_name" = "Linux" ]; then
if [ "$distro" = "ubuntu" ]; then
printf "\n🐧 Detected Ubuntu. Using apt to install dependencies.\n"
sudo apt -qq update
sudo apt -qq install --assume-yes git clang curl libssl-dev protobuf-compiler
sudo apt -qq install --assume-yes git clang curl libssl-dev protobuf-compiler make
elif [ "$distro" = "debian" ]; then
printf "\n🐧 Detected Debian. Using apt to install dependencies.\n"
sudo apt -qq update
Expand Down

0 comments on commit 35a5824

Please sign in to comment.