From 1bd9166f459c9e213d794f40809c1a9d7f3a47d2 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.