Add comment to explain arkade full path usage

Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
This commit is contained in:
Han Verstraete (OpenFaaS Ltd)
2022-05-30 15:43:50 +02:00
committed by Alex Ellis
parent c0c4f2d068
commit c5b463bee9

View File

@ -6,6 +6,10 @@ set -e -x -o pipefail
export OWNER="openfaas" export OWNER="openfaas"
export REPO="faasd" export REPO="faasd"
# On CentOS /usr/local/bin is not included in the PATH when using sudo.
# Running arkade with sudo on CentOS requires the full path
# to the arkade binary.
export ARKADE=/usr/local/bin/arkade export ARKADE=/usr/local/bin/arkade
version="" version=""