Skip to content

Commit ea12b18

Browse files
authored
Fix the default curl installer on MacOS (#368)
Fixes #365
1 parent 3864f88 commit ea12b18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ echo "Installing Coherence CLI ${VERSION} for ${OS}/${ARCH}"
4444
if [ "$OS" == "Darwin" ]; then
4545
set_arch
4646
TEMP=`mktemp -d`
47+
# Default the version to the last know valid installer, until MacOS installer is re-instated
48+
VERSION=1.10.1
4749
PKG="Oracle-Coherence-CLI-${VERSION}-darwin-${ARCH}.pkg"
4850
DEST=${TEMP}/${PKG}
4951
echo "Downloading and opening ${DEST}"

0 commit comments

Comments
 (0)