mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
pentoo-updater: if jdk-11 is missing assume we don't need it
This commit is contained in:
parent
273b54a5c9
commit
82f7c6752d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ set_java() {
|
|||
fi
|
||||
else
|
||||
printf "Failed to detect available jdk-11\n"
|
||||
return 1
|
||||
return 0
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue