xargs -r for linux to be happy for no asdf plugins needing to be added

This commit is contained in:
Tony Blyler 2023-10-06 15:36:40 -04:00
parent ace56fccd1
commit c635d98988
No known key found for this signature in database

View file

@ -48,7 +48,7 @@ upgrade_system() {
print $1
}
}
}' | xargs -n 1 asdf plugin add
}' | xargs -r -n 1 asdf plugin add
asdf install
echo -e 'package\tversion\tlatest\tstatus'