This commit is contained in:
SrGooglo 2024-01-27 16:56:01 +01:00
parent fb419b16d7
commit 6fb55dfcc3
1 changed files with 1 additions and 1 deletions

View File

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