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:
parent
9892fd6420
commit
05f54d7af5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue