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 #!/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"