更新 ubuntu-jdk8.sh
This commit is contained in:
parent
1e92d673e6
commit
eda9ee3c43
@ -2,7 +2,4 @@
|
||||
cd /usr/local
|
||||
wget https://mirrors.huaweicloud.com/java/jdk/8u202-b08/jdk-8u202-linux-x64.tar.gz
|
||||
tar -zvxf jdk-8u202-linux-x64.tar.gz
|
||||
echo "export JAVA_HOME=/usr/local/jdk1.8.0_202" | tee -a /etc/profile
|
||||
echo "export PATH=$PATH:/usr/local/jdk1.8.0_202/bin" | tee -a /etc/profile
|
||||
source /etc/profile
|
||||
java -version
|
||||
bash ubuntu-java-home.sh
|
Loading…
Reference in New Issue
Block a user