From c02eef032df437ac0c2952b7e2c742d7334bfeb0 Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Sat, 15 Mar 2025 11:29:20 +0800 Subject: [PATCH] Update URL to end-4's repo --- scriptdata/installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/installers b/scriptdata/installers index ba6a8d96e..1aca57c15 100644 --- a/scriptdata/installers +++ b/scriptdata/installers @@ -132,7 +132,7 @@ install-python-packages (){ x mkdir -p $base/cache/blueprint-compiler && cd $base/cache/blueprint-compiler try git init -b main - try git remote add origin https://github.com/clsty/ii-blueprint-compiler.git + try git remote add origin https://github.com/end-4/ii-blueprint-compiler.git x git pull origin main && git submodule update --init --recursive x meson setup build --prefix=$VIRTUAL_ENV x meson compile -C build