This commit is contained in:
spiritysdx
2024-07-04 11:13:04 +08:00
parent 7cd1e9190b
commit c94d0133fc

View File

@@ -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() {