Remove the check for the version because the checksums for the arm-pi builds will not be available ever.
This commit is contained in:
parent
273f52adc2
commit
0ce4361944
4
nvm.sh
4
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.'
|
||||
|
|
|
|||
Loading…
Reference in New Issue