From b2f2e033dc5b7569ff1cfcfc0d89d66236489cbe Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Wed, 24 Sep 2025 20:33:10 +0200 Subject: [PATCH] UP read me --- README.md | 2 ++ build.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca3c84c..8234e27 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# This is largely a mirror of the original, adapted for the Slovenian Go Association. + # Pairgoth Welcome to Pairgoth, your Go Pairing Engine! diff --git a/build.sh b/build.sh index 0248295..5b28106 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ mkdir pairgoth cp application/target/pairgoth-engine.jar pairgoth/ echo "#!/bin/bash" > pairgoth/run.sh -echo "./jdk-11.0.28+6-jre/bin/java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n -Dpairgoth.mode=standalone -jar pairgoth-engine.jar" >> pairgoth/run.sh +echo "./jdk-11.0.28+6-jre/bin/java -jar pairgoth-engine.jar" >> pairgoth/run.sh echo "#!/bin/bash" > pairgoth/get_java.sh echo "wget https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.28%2B6/OpenJDK11U-jre_x64_linux_hotspot_11.0.28_6.tar.gz" >> pairgoth/get_java.sh