Remove git shenanigans from gen_protos script

This commit is contained in:
Ben Meadors 2024-08-14 12:43:26 -05:00
parent 1fdbd5cc3a
commit 1c58539206

View file

@ -1,12 +1,5 @@
#!/bin/bash
# simple sanity checking for repo
if [ ! -d "./protobufs" ]; then
git submodule update --init
else
git submodule update --remote --merge
fi
# simple sanity checking for executable
if [ ! -x "$(which protoc)" ]; then
brew install swift-protobuf