more sudo

This commit is contained in:
Bryan MacFarlane
2020-04-15 14:35:14 -04:00
parent e8581d562c
commit f4c58235e2

View File

@@ -42,6 +42,9 @@ if [ -z "${RUNNER_CFG_PAT}" ]; then fatal "RUNNER_CFG_PAT must be set before cal
which curl || fatal "curl required. Please install in PATH with apt-get, brew, etc"
which jq || fatal "jq required. Please install in PATH with apt-get, brew, etc"
runner_plat=linux
[ ! -z "$(which sw_vers)" ] && runner_plat=osx;
#--------------------------------------
# Get a remove token
#--------------------------------------