From 6fb55dfcc31d838afe33bedffefd2a71cb05ad41 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sat, 27 Jan 2024 16:56:01 +0100 Subject: [PATCH] update --- manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest b/manifest index 552a0f7..7211e1a 100644 --- a/manifest +++ b/manifest @@ -74,11 +74,11 @@ module.exports = { ] }, init: async ({os_string, install_path}) => { - console.log(os_string) return { install_steps: { http_downloads: [ { + tmp: true, url: JAVA_JRE_REMOTES[os_string], extract: `${install_path}/jdk`, }