Install
Scripted
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.18.3/install.sh -o install.sh
chmod +x install.sh
./install.sh v0.18.3
Changes:
- install.sh should not abort if openshift olm is not installed. #2211 (jmazzitelli)