install.sh specifies latest version of envsubst when installing with go

install
This commit is contained in:
2026-07-03 11:11:43 +01:00
parent f765e1d38f
commit 2a8b2b3a40
+1 -1
View File
@@ -27,7 +27,7 @@ then
chmod +x /usr/local/bin/envsubst
else
doas apk add go
go install github.com/a8m/envsubst/cmd/envsubst
go install github.com/a8m/envsubst/cmd/envsubst@latest
fi
fi