开始支持自动构建,加入安装反馈

This commit is contained in:
2025-11-19 16:56:47 +08:00
parent dd90529435
commit e511f75437
8 changed files with 159 additions and 2 deletions

View File

@@ -13,7 +13,11 @@ systemctl restart apparmor.service || true
if [ -f /usr/lib/sysctl.d/apm.conf ];then
sysctl -p /usr/lib/sysctl.d/apm.conf
fi
# Send statistics data
/tmp/apm-install/feedback.sh &
# Remove temp dir
rm -rf /tmp/apm-install
;;
triggered)