keycloak-scim/operator/scripts/install-olm.sh
Alexander Schwartz 6c8aa65346
All CURL commands should check the HTTP response code (#31602)
Closes #31598

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
2024-07-26 12:38:06 +02:00

7 lines
245 B
Bash
Executable file

#! /bin/bash
set -euxo pipefail
mkdir -p /tmp/olm/
curl -f -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.26.0/install.sh -o /tmp/olm/install.sh
chmod +x /tmp/olm/install.sh
/tmp/olm/install.sh v0.26.0