From 7e0c68e29b4bd6caf4d559a84b43555ec57a0bd1 Mon Sep 17 00:00:00 2001 From: Matheus Eduardo Date: Mon, 6 Sep 2021 17:19:40 +0800 Subject: [PATCH] Update requirements.sh --- requirements.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.sh b/requirements.sh index 398414f..20f03cc 100755 --- a/requirements.sh +++ b/requirements.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -echo -e "\nInstalling cmake and software-properties-common" -sudo apt install cmake software-properties-common -y +echo -e "\nInstalling cmake, clang and software-properties-common" +sudo apt install cmake clang software-properties-common -y echo -e "\n\nInstalling latest stable wireshark" @@ -9,4 +9,4 @@ sudo add-apt-repository --yes ppa:wireshark-dev/stable sudo apt-get update sudo apt install wireshark -y -echo "Done! Run build.sh to build project" \ No newline at end of file +echo "Done! Run build.sh to build project"