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 3864f88 commit ea12b18Copy full SHA for ea12b18
scripts/install.sh
@@ -44,6 +44,8 @@ echo "Installing Coherence CLI ${VERSION} for ${OS}/${ARCH}"
44
if [ "$OS" == "Darwin" ]; then
45
set_arch
46
TEMP=`mktemp -d`
47
+ # Default the version to the last know valid installer, until MacOS installer is re-instated
48
+ VERSION=1.10.1
49
PKG="Oracle-Coherence-CLI-${VERSION}-darwin-${ARCH}.pkg"
50
DEST=${TEMP}/${PKG}
51
echo "Downloading and opening ${DEST}"
0 commit comments