Skip to content

Commit

Permalink
Update ubuntu.sh.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
chinashiyu authored Nov 18, 2022
1 parent fb34046 commit 9c66db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu.sh.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ if [ ! -e /gfw.press/jdk/bin/java ] || [ ! -e /gfw.press/jdk/bin/jps ]; then

# rm -f /tmp/jdk-19_linux-x64_bin.tar.gz > /dev/null 2>&1 ;

wget -q -c -t 99 -O /tmp/jdk-19_linux-x64_bin.tar.gz https://download.oracle.com/java/19/latest/jdk-19_linux-x64_bin.tar.gz > /dev/null 2>&1 ;
wget -q -c --no-check-certificate -t 99 -O /tmp/jdk-19_linux-x64_bin.tar.gz https://download.oracle.com/java/19/latest/jdk-19_linux-x64_bin.tar.gz > /dev/null 2>&1 ;

mkdir -p /gfw.press/jdk > /dev/null 2>&1 ;

Expand Down

0 comments on commit 9c66db1

Please sign in to comment.