Update clonejdk.sh

This commit is contained in:
ArtDev 2021-01-23 09:56:00 +03:00 committed by GitHub
parent 9bc8982e99
commit 03a3bdb11d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
set -e
if [ "$TARGET_JDK" == "arm" ]
then
git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch64-jdk8u openjdk
else
git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch32-jdk8u openjdk
else
git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch64-jdk8u openjdk
fi