From 05f213836695099241b1650f657287184c36885a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 9 Jun 2026 16:13:50 +0800 Subject: [PATCH] bugfix --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ebc12e4..1d16e6f 100755 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ do cd $m $cdir/py3/bin/pip install . done -for m in appbase rbac accounting llmage platformbiz msp cpcc unipay filemgr dapi uapi rag charge pricing discount harnessed_agent harnessed_reasoning dashboard_for_sage product_management supplychain reallife_asset +for m in appbase rbac accounting llmage platformbiz msp cpcc unipay filemgr dapi uapi rag charge pricing discount harnessed_agent harnessed_reasoning dashboard_for_sage product_management supplychain reallife_asset bugfix do echo "install $m module..." cd $cdir/pkgs