Hey Guys,
I'm trying to automate things. While installing a fresh cPanel on a server, I want to switch the default mpm to mpm_event .
Can someone share how could I do that using a bash script? I know I can do it using a yum shell, but I want to use it in a bash script and execute it.
```````
#...