Fix lighty-core build
[transportpce.git] / lighty / build_lighty_core.sh
index 4f98bd568ca3fe683460e96b4fba535ab5f85a72..5af800b40bbf35f7312ebb622579af4fc1a94e3b 100755 (executable)
@@ -2,8 +2,8 @@
 
 cd $(dirname "$0")
 cd ..
-git clone https://github.com/PANTHEONtech/lighty.git
-cd lighty-core
+git clone https://github.com/PANTHEONtech/lighty.git lighty-repo
+cd lighty-repo
 git checkout main
 #git checkout 18.0.x
 export JDK_JAVA_OPTIONS="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED"