1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/UMS_ynh.git synced 2024-10-01 13:35:01 +02:00

openjdk-11-jre for aarch64

This commit is contained in:
Krakinou 2022-05-03 00:18:32 +02:00
parent 9892fd6420
commit 05f54d7af5

View file

@ -34,7 +34,7 @@ case "$mach" in
pkg_dependencies="$pkg_dependencies openjdk-8-jre" ;;
"aarch64" ) mach="arm64"
sha256=$sha256_arm64
pkg_dependencies="$pkg_dependencies openjdk-8-jre" ;;
pkg_dependencies="$pkg_dependencies openjdk-11-jre" ;;
"x86_64" ) mach="x86_64"
sha256=$sha256_x86_64 ;;
* ) mach="x86"