Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGueury committed May 18, 2023
1 parent a2ea290 commit 1172007
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions option/compute/compute_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ if [ "$TF_VAR_language" == "java" ]; then
if [ "$TF_VAR_java_version" == 8 ]; then
sudo dnf install -y java-1.8.0-openjdk
elif [ "$TF_VAR_java_version" == 11 ]; then
sudo dnf install -y jdk-11
sudo dnf install -y java-11
elif [ "$TF_VAR_java_version" == 17 ]; then
sudo dnf install -y jdk-17
sudo dnf install -y java-17
# Trick to find the path
cd -P "/usr/java/latest"
export JAVA_LATEST_PATH=`pwd`
cd -
sudo update-alternatives --set java $JAVA_LATEST_PATH/bin/java
# cd -P "/usr/java/latest"
# export JAVA_LATEST_PATH=`pwd`
# cd -
# sudo update-alternatives --set java $JAVA_LATEST_PATH/bin/java
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion py_oci_starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def readme_contents():
contents.append(
" - oke : Contains the deployment files to Kubernetes")

contents.append("\nHelp (Tutorial + How to customize): https://starter.oracloud.be/help")
contents.append("\nHelp (Tutorial + How to customize): https://ocistarter.oracloud.be/help")

contents.append('\n### Next Steps:')
if TO_FILL in params.values():
Expand Down

0 comments on commit 1172007

Please sign in to comment.