diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 11:17:17 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 11:17:17 +0100 |
| commit | 9615c940bbe649577fc4018533a114c2269b84cd (patch) | |
| tree | bd40798617c541d309bac55cdd5854d85fd21c77 | |
| parent | 33e0fb21d62f8e57edd028210d0972fbe955d09b (diff) | |
specifies explicit ENVSUBST_VERSION if wget from github
| -rw-r--r-- | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ if [ -z "$(which envsubst 2>/dev/null)" ] then if [ "$(arch)" = "x86_64" ] || [ "$(arch)" = "arm64" ] then - wget -O /usr/local/bin/envsubst https://github.com/a8m/envsubst/releases/download/latest/envsubst-Linux-$(arch) + ENVSUBST_VERSION=1.4.3 + wget -O /usr/local/bin/envsubst https://github.com/a8m/envsubst/releases/download/v${ENVSUBST_VERSION}/envsubst-Linux-$(arch) chmod +x /usr/local/bin/envsubst else doas apk add go |
