Skip to content

Commit 1072e77

Browse files
committed
修复maven安装脚本无法安装的问题
1 parent 254eb94 commit 1072e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codes/linux/soft/maven-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if [[ $# -lt 1 ]] || [[ $# -lt 2 ]]; then
3838
printf "${RESET}\n"
3939
fi
4040

41-
version=3.6.0
41+
version=3.6.2
4242
if [[ -n $1 ]]; then
4343
version=$1
4444
fi

0 commit comments

Comments
 (0)