pull/165/head
FlorianGareis 1 year ago
parent 3f67de2ba4
commit 3d1037d1f2
No known key found for this signature in database

@ -18,7 +18,7 @@ if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi
output="$(bash <<<"$script" 2>&1)" output="$(bash <<< "$script" 2>&1)"
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "Failed to install nvm: $output" echo "Failed to install nvm: $output"
exit 1 exit 1

Loading…
Cancel
Save