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`, }