mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove git shenanigans from gen_protos script
This commit is contained in:
parent
1fdbd5cc3a
commit
1c58539206
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue