Why convenience script is not recommended in production?

Hey !

On this page, the documentation states to not use this script in production environments.

I was wondering why there was this warning

Its because of security, you’re downloading a script from a source, and then just executing it, as root.

You dont know what it actually does, what it installs or even uninstalls and in a production env, you want to be 100% in control so you know it wont break any existing functionality in your env.