Skip to content

Instantly share code, notes, and snippets.

@lucassrg
Created October 25, 2018 08:18
Show Gist options
  • Save lucassrg/4a48605c79ab64d1119b0ae40456dcdb to your computer and use it in GitHub Desktop.
Save lucassrg/4a48605c79ab64d1119b0ae40456dcdb to your computer and use it in GitHub Desktop.
Install OCI CLI on OL 7
#!/bin/bash
sudo yum -y install yum-utils
sudo yum-config-manager --enable ol7_developer
sudo yum -y install python-oci-sdk python-oci-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment