grpc-web/init_submodules.sh

5 lines
273 B
Bash
Executable File

git submodule update --init
cd third_party/closure-library && git checkout tags/v20160911 -f && cd ../..
cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../..
cd third_party/grpc && git checkout tags/v1.4.1 -f && git submodule update --init && cd ../..