Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Fix: moving java 16 into ~/.adoptium_java
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriks74 committed Apr 10, 2023
1 parent 1997882 commit dd93be3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .msman/java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function download_jre {
echo "Extracting Java 16"
tar -xzf java.tar.gz
echo "Moving Java 16 to $(echo $HOME)/.adoptium_java/jre16"
mv jdk-16.0.2+7-jre "$(echo $HOME)/.adoptium_java/jre16"
mv jdk-16.0.2+7 "$(echo $HOME)/.adoptium_java/jre16"
echo "Removing temporary files"
rm java.tar.gz
elif [[ $required_java == "17" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion .msman/version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

EXTRA_SCRIPTS_VERSION="v2.1.4"
EXTRA_SCRIPTS_VERSION="v2.1.5"
2 changes: 1 addition & 1 deletion msman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# and acknowledge the original script and author. #
#############################################################################################################

CURRENT_SCRIPT_VERSION="v2.1.4"
CURRENT_SCRIPT_VERSION="v2.1.5"

# --------------------------------------------------
# You shouldn't need to change anything in this file
Expand Down

0 comments on commit dd93be3

Please sign in to comment.