how to install cloudmin GPL on CentOS7 when no eth0 interface present?

the issue is that on my setup system uses the new predictable format like enpXs0Y
not ethX
so when I run the script I get
"Checking for network interface eth0 …
… not found. Use the --interface flag to set the correct interface
"

but I can not figure out how to use the --interface flag.

I tired different variations of “sh cloudmin-kvm-redhat-install.sh --interface:enpZs0Y”
and nothing works.

is it possible?

Is this such a strange or unusual question?
Centos7 uses new predictable interface nameing
Like enpXs0Y
The cloudmin looks for old style ethX name.
Is it possible to install it without reverting to old style naming?