diff --git a/README.md b/README.md index 9cab0ba..e56fec9 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,7 @@ If the above doesn't fix the problem, open your `.bash_profile` and add the foll ``` - name: nvm - shell: > - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash + shell: bash -c "$(https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh)" args: creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh" ```