From a751ec335a3b23bdcc1637f6b17dbde62a668648 Mon Sep 17 00:00:00 2001 From: wikijm Date: Thu, 4 Nov 2021 23:02:25 +0100 Subject: [PATCH] Add libc6 dependency --- requirements.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.sh b/requirements.sh index 3122ef6..4f4013e 100755 --- a/requirements.sh +++ b/requirements.sh @@ -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"