fix(install): 修复cli输出

This commit is contained in:
ClovertaTheTrilobita 2025-10-16 22:42:18 +03:00 committed by GitHub
parent f4b4a85669
commit 11eea53885
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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