Add libc6 dependency

This commit is contained in:
wikijm 2021-11-04 23:02:25 +01:00 committed by Matheus Eduardo Garbelini
parent b7e6bb4095
commit a751ec335a

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
echo -e "\nInstalling cmake, clang, zstd and software-properties-common"
sudo apt install cmake clang zstd software-properties-common -y
echo -e "\nInstalling libc6, cmake, clang, zstd and software-properties-common"
sudo apt install libc6 cmake clang zstd software-properties-common -y
echo -e "\n\nInstalling latest stable wireshark"