Skip to content

Commit

Permalink
switch windows to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jun 10, 2024
1 parent d628784 commit 55eb1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-windows_x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if test -d $JAVA_HOME/$JVM/; then
echo "$JAVA_HOME exists."
else
mkdir -p $JAVA_HOME
wget https://cdn.azul.com/zulu/bin/$ZIP
curl https://cdn.azul.com/zulu/bin/$ZIP -o $ZIP
unzip $ZIP -d $JAVA_HOME
mv $JAVA_HOME/$JVM/* $JAVA_HOME/
fi
Expand Down

0 comments on commit 55eb1e4

Please sign in to comment.