# Determine the group to add the user to based on the OS if [ -f /etc/os-release ]; then . /etc/os-release OS_NAME=$NAME fi # MySQL Installation for CentOS Stream if [[ "$OS_NAME" == "CentOS Linux" ]] || [[ "$OS_NAME" == "CentOS Stream" ]]; then bash elxr/i.mysql.centos.sh else # If on Ubuntu/Debian, you can use debconf-set-selections sudo debconf-set-selections <