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 0d31c53 commit 0cfde2aCopy full SHA for 0cfde2a
bin/bastion.sh
@@ -93,7 +93,7 @@ elif [ $ID == "debian" ] || [ $ID == "ubuntu" ] ; then
93
pip install pip --upgrade
94
pip install pyopenssl --upgrade
95
96
- # install oci-cli
+ # install oci-cli (add --oci-cli-version 3.23.3 or version that you know works if the latest does not work )
97
bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)" -s --accept-all-defaults
98
99
# install oci module
0 commit comments