UP read me
This commit is contained in:
@@ -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!
|
||||
|
2
build.sh
2
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
|
||||
|
Reference in New Issue
Block a user