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
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue