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