Minor fixes

This commit is contained in:
2026-09-06 04:35:49 +02:00
parent 106e22b953
commit 4795116695
6 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
const lib = require("./index")
async function main() {
await lib.installJava("jre-legacy", 8, "./java")
await lib.installJava("1.7.10")
}
main()