From c94d0133fc2aec88e11a97c96b55a2c758fbda51 Mon Sep 17 00:00:00 2001 From: spiritysdx Date: Thu, 4 Jul 2024 11:13:04 +0800 Subject: [PATCH] update --- goecs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/goecs.sh b/goecs.sh index 3d8871e..6ff4da1 100644 --- a/goecs.sh +++ b/goecs.sh @@ -335,11 +335,13 @@ env_check() { fi fi _green "The environment is ready." + _green "The next command is: ./goecs.sh install" } delete_goecs() { rm -rf /root/goecs rm -rf /usr/bin/goecs + _green "The command (goecs) has been deleted." } show_help() {