From 4d02a4807bd4416105b675a2ff0928de9fc6bb36 Mon Sep 17 00:00:00 2001 From: Wesley Hayutin Date: Wed, 23 Jul 2025 12:23:51 -0600 Subject: [PATCH] update install to not require sudo/root Signed-off-by: Wesley Hayutin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 336d5c35..09e3a0c5 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Variables BINARY_NAME = kubectl-oadp -INSTALL_PATH ?= /usr/local/bin +INSTALL_PATH ?= $(HOME)/.local/bin VERSION ?= $(shell git describe --tags --always --dirty 2>/dev/null || echo "dev") # Centralized platform definitions to avoid duplication