Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: install script #626

Merged

Conversation

technicallyty
Copy link
Contributor

  • adds an install script
  • updates docs with curl command to execute remote script
  • updates docs for the From Source option to checkout latest tag instead of using main

@technicallyty
Copy link
Contributor Author

Please help me test this!!!

run this:

curl -sSL https://raw.githubusercontent.com/skip-mev/slinky/tyler/blo-1525-curl-command-for-installing-connect/scripts/install.sh | sudo bash

Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.48%. Comparing base (9f85f7f) to head (c6b264a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #626      +/-   ##
==========================================
- Coverage   56.49%   56.48%   -0.02%     
==========================================
  Files         250      250              
  Lines       13068    13068              
==========================================
- Hits         7383     7381       -2     
- Misses       4977     4979       +2     
  Partials      708      708              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aljo242
Copy link
Contributor

aljo242 commented Jul 25, 2024

works for me!

do we want to call it slinky or slinkyd?

rm -rf "${TEMP_DIR}"
rm "${FILE_NAME}"

echo "Slinky ${VERSION} has been installed successfully!"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could have another output that is just like run slinky --help for more info

but not big deal really

codecov.yml Outdated
Comment on lines 2 to 3
- "**/*.*"
- "!**/*.go"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably add some additional exclusions like pulsar, pb, etc.

@technicallyty technicallyty merged commit 8cfebc0 into main Jul 25, 2024
13 of 14 checks passed
@technicallyty technicallyty deleted the tyler/blo-1525-curl-command-for-installing-connect branch July 25, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants