diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 11:06:21 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 11:06:21 +0100 |
| commit | f765e1d38f93d6af7eeefe892529a8131adc9df6 (patch) | |
| tree | 63511adadc706a7a059211a4450dc508d6ce08fc | |
| parent | e6c011d00770d63e6015e5ce645c523b62526772 (diff) | |
go get -> go install
| -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 get github.com/a8m/envsubst/cmd/envsubst + go install github.com/a8m/envsubst/cmd/envsubst fi fi |
