mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 04:37:37 -04:00
Update clonejdk.sh
This commit is contained in:
parent
52790277d8
commit
f362aff8db
@ -1,4 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
if [ "$TARGET_JDK" == "arm" ]
|
||||||
git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch64-jdk8u openjdk
|
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
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user