goss icon indicating copy to clipboard operation
goss copied to clipboard

Remove curl dependency from install.sh

Open jkroepke opened this issue 3 years ago • 0 comments

Checklist
  • [ ] make test-all (UNIX) passes. CI will also test this
  • [ ] unit and/or integration tests are included (if applicable)
  • [ ] documentation is changed or added (if applicable)

Description of change

Remove curl dependency from install.sh by using github itself to gain the lastest version.

Additionally:

  • Lint shell script with shellcheck
  • Format shell script with shfmt

jkroepke avatar Feb 01 '22 20:02 jkroepke