mirror of
https://github.com/ClovertaTheTrilobita/cellpose-web.git
synced 2026-04-01 23:14:50 +00:00
fix(install): 修复cli输出
This commit is contained in:
parent
f4b4a85669
commit
11eea53885
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ if [ -n "$root" ]; then
|
||||||
else
|
else
|
||||||
echo -e "${YELLOW}==>${RESET} Repo enviroment not found"
|
echo -e "${YELLOW}==>${RESET} Repo enviroment not found"
|
||||||
if ask_yn "Do you wish to clone it from github?" y; then
|
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
|
git clone https://github.com/ClovertaTheTrilobita/cellpose-web.git
|
||||||
|
|
||||||
if ! cd cellpose-web; then
|
if ! cd cellpose-web; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue