From 11eea5388529be1059657c5ea1def8b040f84882 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita <168412973+ClovertaTheTrilobita@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:42:18 +0300 Subject: [PATCH] =?UTF-8?q?fix(install):=20=E4=BF=AE=E5=A4=8Dcli=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c63ae08..d977dd4 100755 --- a/install.sh +++ b/install.sh @@ -251,7 +251,7 @@ if [ -n "$root" ]; then else echo -e "${YELLOW}==>${RESET} Repo enviroment not found" if ask_yn "Do you wish to clone it from github?" y; then - echo "${GREEN}==>${RESET} Cloning from remote..." + echo -e "${GREEN}==>${RESET} Cloning from remote..." git clone https://github.com/ClovertaTheTrilobita/cellpose-web.git if ! cd cellpose-web; then