diff --git a/development/installer.sh b/development/installer.sh index 7e15bfcc..e0159ae2 100755 --- a/development/installer.sh +++ b/development/installer.sh @@ -2,6 +2,7 @@ # Developer Note: Run this script in the /workspace/development directory export NVM_DIR=~/.nvm +# shellcheck disable=SC1091 source $NVM_DIR/nvm.sh sudo apt -qq update && sudo apt -qq install jq -y