Script for setup Teo development environment.
Clone repositories.
bash <(curl -o- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/setup.sh)
bash <(wget -qO- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/setup.sh)
bash <(curl -o- https://gitee.com/teocloud/teo-development-setup/raw/main/setup.sh)
bash <(wget -qO- https://gitee.com/teocloud/teo-development-setup/raw/main/setup.sh)
Update repositories and make origin up-to-date with upstream if exists.
bash <(curl -o- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/update.sh)
bash <(wget -qO- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/update.sh)
bash <(curl -o- https://gitee.com/teocloud/teo-development-setup/raw/main/update.sh)
bash <(wget -qO- https://gitee.com/teocloud/teo-development-setup/raw/main/update.sh)