I have tried, Cannot accpet EULA ageement. 1.18.1

yes, my apologies, I had to update the Java version. i used the steps here: Upgrading to Java 16 from the MineOS Turnkey ISO

i just replaced the link in the “wget,” line with: https://download.java.net/java/GA/jdk17.0.1/2a2082e5a09d4267845be086888add4f/12/GPL/openjdk-17.0.1_linux-x64_bin.tar.gz

and any mention of 16.0.1 with 17.0.1. I also had to modify the last line from:
“ln -s /opt/jdk-17.0.1/bin/java /usr/bin/java”
to:
“ln -sf /opt/jdk-17.0.1/bin/java /usr/bin/java” because the usr/bin/java already existed for the -sf make it get overridden. I hope this helps anyone in the future.