diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 11:11:43 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 11:11:43 +0100 |
| commit | 2a8b2b3a40bc87883b80e2c73a255b702d20a283 (patch) | |
| tree | d87867df953f1e0a8d37bbf75b09364903b6c6ab /install.sh | |
| parent | f765e1d38f93d6af7eeefe892529a8131adc9df6 (diff) | |
install.sh specifies latest version of envsubst when installing with go
install
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
