mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 20:55:35 -04:00
Auto install missing deps
This commit is contained in:
parent
d7327797cd
commit
1a74a46c80
@ -6,6 +6,7 @@ export JDK_DEBUG_LEVEL=release
|
|||||||
|
|
||||||
if [ "$BUILD_IOS" != "1" ]; then
|
if [ "$BUILD_IOS" != "1" ]; then
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
sudo apt -y install autoconf python unzip zip
|
||||||
|
|
||||||
wget -nc -nv -O android-ndk-$NDK_VERSION-linux-x86_64.zip "https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux-x86_64.zip"
|
wget -nc -nv -O android-ndk-$NDK_VERSION-linux-x86_64.zip "https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux-x86_64.zip"
|
||||||
./extractndk.sh
|
./extractndk.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user