[Fix] use env bash rather than /bin/bash
@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
{ # this ensures the entire script is downloaded #
DIR="$(command cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export NVM_SYMLINK_CURRENT=true
. ../../nvm.sh