Update requirements.sh
This commit is contained in:
parent
c5f3dcbb3b
commit
7e0c68e29b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo -e "\nInstalling cmake and software-properties-common"
|
echo -e "\nInstalling cmake, clang and software-properties-common"
|
||||||
sudo apt install cmake software-properties-common -y
|
sudo apt install cmake clang software-properties-common -y
|
||||||
|
|
||||||
|
|
||||||
echo -e "\n\nInstalling latest stable wireshark"
|
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-get update
|
||||||
sudo apt install wireshark -y
|
sudo apt install wireshark -y
|
||||||
|
|
||||||
echo "Done! Run build.sh to build project"
|
echo "Done! Run build.sh to build project"
|
||||||
|
|
Loading…
Reference in a new issue