An open API service indexing awesome lists of open source software.

https://github.com/teodevgroup/teo-development-setup

Setup script for Teo development
https://github.com/teodevgroup/teo-development-setup

Last synced: about 1 year ago
JSON representation

Setup script for Teo development

Awesome Lists containing this project

README

          

Teo development setup
=====================

Script for setup Teo development environment.

## Setup

Clone repositories.

### GitHub source

```sh
bash <(curl -o- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/setup.sh)
```

```sh
bash <(wget -qO- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/setup.sh)
```

### Gitee source (for China users)

```sh
bash <(curl -o- https://gitee.com/teocloud/teo-development-setup/raw/main/setup.sh)
```

```sh
bash <(wget -qO- https://gitee.com/teocloud/teo-development-setup/raw/main/setup.sh)
```

## Update

Update repositories and make origin up-to-date with upstream if exists.

### GitHub source

```sh
bash <(curl -o- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/update.sh)
```

```sh
bash <(wget -qO- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/update.sh)
```

### Gitee source (for China users)

```sh
bash <(curl -o- https://gitee.com/teocloud/teo-development-setup/raw/main/update.sh)
```

```sh
bash <(wget -qO- https://gitee.com/teocloud/teo-development-setup/raw/main/update.sh)
```