From 0a09ae5b28fac063395cc879f49864fd9e8a5fe6 Mon Sep 17 00:00:00 2001 From: rimas Date: Thu, 20 Sep 2018 12:21:20 +0300 Subject: [PATCH] make get script sudo optional 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.