更新 'java8-install.sh'

master
donny 2021-11-01 06:57:53 +00:00
parent c788268a7b
commit b21a4e6cda
1 changed files with 2 additions and 0 deletions

View File

@ -11,4 +11,6 @@ cd /usr/local && tar -zxvf jdk-8u311-linux-x64.tar.gz -C /usr/local
echo export JAVA_HOME=/usr/local/jdk1.8.0_311>>/etc/profile
source /etc/profile
java -version