From 82f7c6752d6ecb47c2a838b26b668ed97a98edfb Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 16 Jul 2019 21:33:11 -0400 Subject: [PATCH] pentoo-updater: if jdk-11 is missing assume we don't need it --- scripts/pentoo-updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index 25bca5086..80a7ca064 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -43,7 +43,7 @@ set_java() { fi else printf "Failed to detect available jdk-11\n" - return 1 + return 0 fi }