From 6de41f1a5bfa5e0946038bbef4cd6e051d697b0e Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Mon, 23 Feb 2026 16:34:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20make=20uninstall=20?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=20Neo4j=20=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在交互式 uninstall 路径中添加 neo4j-$$INSTALLER-uninstall - 与显式 INSTALLER 路径保持一致 - 确保 Neo4j Docker 容器和卷被正确清理 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa210fa..344e134 100644 --- a/Makefile +++ b/Makefile @@ -229,7 +229,7 @@ endif .PHONY: uninstall uninstall: ifeq ($(origin INSTALLER), undefined) - $(call prompt-uninstaller,label-studio-$$INSTALLER-uninstall milvus-$$INSTALLER-uninstall deer-flow-$$INSTALLER-uninstall datamate-$$INSTALLER-uninstall) + $(call prompt-uninstaller,label-studio-$$INSTALLER-uninstall milvus-$$INSTALLER-uninstall neo4j-$$INSTALLER-uninstall deer-flow-$$INSTALLER-uninstall datamate-$$INSTALLER-uninstall) else @if [ "$(INSTALLER)" = "docker" ]; then \ echo "Delete volumes? (This will remove all data)"; \