Update requirements.sh
This commit is contained in:
parent
d82a5bdf1a
commit
b1655728b5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo -e "\nInstalling libc6, cmake, clang, zstd and software-properties-common"
|
echo -e "\nInstalling libc6, cmake, clang, zstd and software-properties-common"
|
||||||
sudo apt install libc6 cmake clang zstd software-properties-common -y
|
sudo apt install libc6 cmake clang zstd pkg-config software-properties-common -y
|
||||||
|
|
||||||
|
|
||||||
echo -e "\n\nInstalling latest stable wireshark"
|
echo -e "\n\nInstalling latest stable wireshark"
|
||||||
|
|
Loading…
Reference in a new issue