From 813ab3c11618f2ba09b37bfb2a341b2ef14598fa Mon Sep 17 00:00:00 2001 From: Louis Patrick Geoffroy <77755801+LPGeoffroy@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:30:18 -0500 Subject: [PATCH] Change envsubst installation command I noticed the `install` command was not working when setting up a new indexer. This command worked, and here is where I found it https://pkg.go.dev/github.com/a8m/envsubst#section-readme --- docs/pre-requisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pre-requisites.md b/docs/pre-requisites.md index 4701072..2354ad5 100644 --- a/docs/pre-requisites.md +++ b/docs/pre-requisites.md @@ -106,7 +106,7 @@ apt update -y && apt upgrade -y && apt autoremove -y apt install docker.io docker-compose golang-go build-essential bc git curl httpie jq nano wget bsdmainutils base58 netcat net-tools libsecret-1-dev python2.7 clang cmake apache2-utils -y -go install github.com/a8m/envsubst/cmd/envsubst@latest +go get github.com/a8m/envsubst/cmd/envsubst ```