From 40ef9c0f70d3ffc5f2b0ff5b2f7bdef5e153d46c Mon Sep 17 00:00:00 2001 From: Rimas Mocevicius Date: Wed, 7 Nov 2018 00:04:18 +0000 Subject: [PATCH] make get script sudo optional (#4677) Signed-off-by: rimas --- scripts/get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get b/scripts/get index 40fb2f69f..bf13d25bc 100755 --- a/scripts/get +++ b/scripts/get @@ -19,8 +19,8 @@ PROJECT_NAME="helm" TILLER_NAME="tiller" -USE_SUDO="true" +: ${USE_SUDO:="true"} : ${HELM_INSTALL_DIR:="/usr/local/bin"} # initArch discovers the architecture for this system.