feat(cli): add browser install cmd

This commit is contained in:
zhayujie
2026-03-29 15:09:07 +08:00
parent 3458621147
commit 8ea2455766
3 changed files with 67 additions and 0 deletions

1
run.sh
View File

@@ -585,6 +585,7 @@ start_project() {
echo -e " ${GREEN}cow status${NC} Check status"
echo -e " ${GREEN}cow logs${NC} View logs"
echo -e " ${GREEN}cow update${NC} Update and restart"
echo -e " ${GREEN}cow install-browser${NC} Install browser tool"
else
echo -e " ${GREEN}./run.sh stop${NC} Stop the service"
echo -e " ${GREEN}./run.sh restart${NC} Restart the service"