Why brew installation needs sudo access?
Is it even safe to install brew as sudo?
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Checking for `sudo` access (which may request your password).
Sorry, user XXX may not run sudo on XXXXXX.
Need sudo access on macOS (e.g. the user XXX needs to be an Administrator)!
I am super confused here and wondering is it ok to install brew with sudo or not?
Also why is it ok to install brew as sudo?