mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 10:19:56 +00:00
4 lines
278 B
Bash
Executable file
4 lines
278 B
Bash
Executable file
#!/bin/sh -ex
|
|
|
|
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/android/openmw-android-deps-20201129.zip -o ~/openmw-android-deps.zip
|
|
unzip -o ~/openmw-android-deps -d /usr/lib/android-sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr > /dev/null
|