Skip to content

Commit

Permalink
Merge pull request databendlabs#10186 from everpcpc/fix-setup
Browse files Browse the repository at this point in the history
chore(dev): make protoc executable
  • Loading branch information
everpcpc authored Feb 23, 2023
2 parents 0e5f19d + 8658fcd commit 7acf69f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup/dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ function install_protobuf {
unzip protoc-3.15.8-linux-${arch}.zip -d protoc-3.15.8
sudo cp protoc-3.15.8/bin/protoc /usr/local/bin/
sudo rm -rf protoc-3.15.8*
sudo chmod +x /usr/local/bin/protoc
;;
esac
}
Expand Down

0 comments on commit 7acf69f

Please sign in to comment.