From a9672f31421d3ef532e082ef3bf8a6a530c8326d Mon Sep 17 00:00:00 2001 From: "stakr.space" <65043457+papanomad535@users.noreply.github.com> Date: Wed, 6 Jul 2022 16:27:00 +0300 Subject: [PATCH] Update init_poolparty.sh --- poolparty/init_poolparty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poolparty/init_poolparty.sh b/poolparty/init_poolparty.sh index a22bfa7..e028905 100644 --- a/poolparty/init_poolparty.sh +++ b/poolparty/init_poolparty.sh @@ -23,7 +23,7 @@ printf "This script will guide you through setting up your very own Stride node printf "You're currently running $BOLD$SCRIPT_VERSION$NC of the setup script.\n\n" printf "Before we begin, let's make sure you have all the required dependencies installed.\n" -DEPENDENCIES=( "git" "go" "jq" "lsof" "gcc" ) +DEPENDENCIES=( "git" "go" "jq" "lsof" "gcc" "libc6" "libc6-dev" ) missing_deps=false for dep in ${DEPENDENCIES[@]}; do printf "\t%-8s" "$dep..."