Skip to content

Commit

Permalink
Update Makefile.d/k3d.mk
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Yusuke Kato <kpango@vdaas.org>
  • Loading branch information
kpango and coderabbitai[bot] authored Feb 3, 2025
1 parent b92e069 commit 52cbde1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.d/k3d.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ k3d/install: $(BINDIR)/k3d

$(BINDIR)/k3d:
mkdir -p $(BINDIR)
curl -fsSL https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | K3D_INSTALL_DIR=/usr/bin bash
curl -fsSL https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | K3D_INSTALL_DIR=$(BINDIR) bash
chmod a+x $(BINDIR)/$(K3D_COMMAND)
chmod a+x $(BINDIR)/$(K3D_COMMAND)

.PHONY: k3d/start
Expand Down

0 comments on commit 52cbde1

Please sign in to comment.