mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Scripts: Add Kustomize to dist/install-admin-tools.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
1afc7d955a
commit
7dd870fcf1
1 changed files with 3 additions and 0 deletions
3
scripts/dist/install-admin-tools.sh
vendored
3
scripts/dist/install-admin-tools.sh
vendored
|
|
@ -30,5 +30,8 @@ GOBIN="/usr/local/bin" go install github.com/dustinkirkland/golang-petname/cmd/p
|
|||
echo "Installing doctl for using the DigitalOcean API...."
|
||||
GOBIN="/usr/local/bin" go install github.com/digitalocean/doctl/cmd/doctl@latest
|
||||
|
||||
echo "Installing Kustomize for Kubernetes configuration management...."
|
||||
GOBIN="/usr/local/bin" go install sigs.k8s.io/kustomize/kustomize/v5@latest
|
||||
|
||||
# Create a symbolic link for "duf" so that it is used instead of the original "df".
|
||||
ln -sf /usr/local/bin/duf /usr/local/bin/df
|
||||
Loading…
Add table
Add a link
Reference in a new issue