Update requirements.sh

This commit is contained in:
Matheus Eduardo 2022-03-25 11:34:38 +08:00 committed by GitHub
parent d82a5bdf1a
commit b1655728b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"