Update requirements.sh

This commit is contained in:
Matheus Eduardo 2021-09-06 17:19:40 +08:00 committed by Matheus Eduardo Garbelini
parent c5f3dcbb3b
commit 7e0c68e29b

View file

@ -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"
echo "Done! Run build.sh to build project"