From 386329a293bd13788b114bc9d9f7169c881f3734 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 11 Sep 2025 11:02:29 +0800 Subject: [PATCH] bugfix --- build.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a2add7f..96425f8 100755 --- a/build.sh +++ b/build.sh @@ -10,8 +10,16 @@ source py3/bin/activate $cdir/py3/bin/pip install -r requirements.txt mkdir pkgs cd pkgs +for m in apppublic sqlor ahserver bricks-for-python +do + echo "install $m module..." + cd $dir + git clone https://git.opencomputing.cn/yumoqing/$m + cd $dir/$m + $cdir/py3/bin/pip install . +done dir=$(pwd) -for m in appbase rbac accounting llmage platformbiz msp cpcc pf_pay filemgr dapi uapi +for m in appbase rbac accounting llmage platformbiz msp cpcc pf_pay filemgr dapi uapi rag do echo "install $m module..." cd $dir