mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-08 20:04:09 -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
|
||||
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"
|
||||
./extractndk.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user