From eef215f0a936d314cf896f3f01848a0eb16ff701 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 23 Oct 2025 22:08:12 +0800 Subject: [PATCH] bugfix --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 9052cce..d54a08e 100755 --- a/build.sh +++ b/build.sh @@ -10,6 +10,11 @@ source py3/bin/activate $cdir/py3/bin/pip install -r requirements.txt mkdir pkgs cd pkgs +git clone https://git.opencomputing.cn/yumoqing/bricks +cd bricks/bricks +./build.sh +cd $dir/wwwroot +ln -s $dir/pkgs/bricks/dist $dir/wwwroot/bricks for m in apppublic sqlor ahserver bricks-for-python do echo "install $m module..."