summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 9e5ff81..b00d705 100644
--- a/install.sh
+++ b/install.sh
@@ -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