grpc-web/scripts/init_submodules.sh

9 lines
309 B
Bash
Executable File

cd "$(dirname "$0")"
cd ..
git submodule update --init
cd third_party/closure-library && git checkout tags/v20171112 -f && cd ../..
cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../..
cd third_party/grpc && git checkout 8224c45 -f && git submodule update --init && cd ../..
cd scripts/