You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
2
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3
+
# XCode Python version
4
+
release_version=$(curl -s https://api.github.com/repos/oracle/oci-cli/releases/latest | jq '.name'| sed 's/\"//g')
Copy file name to clipboardExpand all lines: scripts/install/install.sh
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -342,13 +342,13 @@ if [ "$need_to_install_python" = true ]; then
342
342
echo"ERROR: Required native dependencies were not installed, exiting install script. If you did not receive a prompt to install native dependencies please ensure you are not piping the script into bash and are instead using the following command: bash -c \"\$(curl -L $SHELL_INSTALL_SCRIPT_URL)\""
0 commit comments