automotiveMastermind / numonic

The second generation prompt for macOS, Linux, and WSL
MIT License
9 stars 5 forks source link

fix: rm flags for aws/dotnet/gcp install scripts #19

Open patrickserrano opened 2 years ago

patrickserrano commented 2 years ago

Change rm --recursive --force to rm -rf in install-aws, install-dotnet, install-gcloud scripts.

Closes #17