We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a6c23 commit 136b886Copy full SHA for 136b886
bin/bastion.sh
@@ -51,7 +51,7 @@ if [ $ID == "ol" ] || [ $ID == "centos" ] ; then
51
fi
52
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
53
sudo yum install -y terraform
54
- sudo python3 -m pip install oci-cli --upgrade
+ sudo python3 -m pip install oci-cli --upgrade
55
56
57
elif [ $ID == "debian" ] || [ $ID == "ubuntu" ] ; then
0 commit comments