make get script sudo optional (#4677)

Signed-off-by: rimas <rmocius@gmail.com>
pull/4894/head
Rimas Mocevicius 6 years ago committed by Matthew Fisher
parent ace30b8777
commit 40ef9c0f70

@ -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.

Loading…
Cancel
Save