diff --git a/nvm.sh b/nvm.sh index 7e6a73d..ccd86aa 100755 --- a/nvm.sh +++ b/nvm.sh @@ -116,8 +116,8 @@ nvm_checksum() { if [ "$1" = "$2" ]; then return - elif [[ "$VERSION" =~ ^v0\.10\.[0-5]$ && "$arch" == 'arm-pi' && "$binavail" == 1 ]]; then - echo 'Checksums matching failed but this failure will be ignored because no shasum is available for node v0.10.[0-5] for arm-pi' + elif [[ "$arch" == 'arm-pi' && "$binavail" == 1 ]]; then + echo 'Checksums matching failed but this failure will be ignored because no shasum is available for node for arm-pi' return else echo 'Checksums do not match.'