Skip to content

Commit 0cfde2a

Browse files
Add comment for oci cli
1 parent 0d31c53 commit 0cfde2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bastion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ elif [ $ID == "debian" ] || [ $ID == "ubuntu" ] ; then
9393
pip install pip --upgrade
9494
pip install pyopenssl --upgrade
9595

96-
# install oci-cli
96+
# install oci-cli (add --oci-cli-version 3.23.3 or version that you know works if the latest does not work )
9797
bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)" -s --accept-all-defaults
9898

9999
# install oci module

0 commit comments

Comments
 (0)