Add jvm search, java download support (thanks KiteeLauncher), build and install script.

This commit is contained in:
2026-06-06 17:18:25 +08:00
parent 3d80fab562
commit 79a97cfd06
4 changed files with 97 additions and 20 deletions
+4
View File
@@ -37,6 +37,10 @@ def activate_eula_file(server_dir: Path) -> bool:
lines = file.readlines()
for line in lines:
if line.strip() == "eula=true":
print("EULA file has been activated.")
return True
print(f"{line}")
print("To activate eula file please read above text. If you agree this license, enter Y [not agree enter N]")