setup-dev.sh 1.2 KB

1234567891011121314151617181920212223242526272829
  1. #!/usr/bin/env bash
  2. # Copyright (c) 2020 Docker Inc.
  3. # Permission is hereby granted, free of charge, to any person
  4. # obtaining a copy of this software and associated documentation
  5. # files (the "Software"), to deal in the Software without
  6. # restriction, including without limitation the rights to use, copy,
  7. # modify, merge, publish, distribute, sublicense, and/or sell copies
  8. # of the Software, and to permit persons to whom the Software is
  9. # furnished to do so, subject to the following conditions:
  10. # The above copyright notice and this permission notice shall be
  11. # included in all copies or substantial portions of the Software.
  12. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  13. # EXPRESS OR IMPLIED,
  14. # INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  15. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  16. # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  17. # HOLDERS BE LIABLE FOR ANY CLAIM,
  18. # DAMAGES OR OTHER LIABILITY,
  19. # WHETHER IN AN ACTION OF CONTRACT,
  20. # TORT OR OTHERWISE,
  21. # ARISING FROM, OUT OF OR IN CONNECTION WITH
  22. # THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  23. ./scripts/setup/install-protobuf
  24. ./scripts/setup/install-go-gen