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.: add an uninstall script #308

Closed
realhackcraft opened this issue Jul 30, 2024 · 2 comments · Fixed by #310
Closed

Feat.: add an uninstall script #308

realhackcraft opened this issue Jul 30, 2024 · 2 comments · Fixed by #310
Labels
idea any new ideas or suggestions

Comments

@realhackcraft
Copy link
Contributor

There is a install script, but no uninstall script for bash. I want to switch my superfile to being managed by homebrew.

Describe the solution you'd like
Create a uninstall.sh file and host that on netlify.

Describe alternatives you've considered
Read the install script and rm -rf everything that it added.

@realhackcraft realhackcraft added the idea any new ideas or suggestions label Jul 30, 2024
@MrPandir
Copy link

Um, why do you need a script for this if you only want to remove one single file? 😐

If you used the installation script, it would be /usr/local/bin/ or ~/.local/bin/.

@realhackcraft
Copy link
Contributor Author

Ok, I didn't know that. I thought the install might've included some dependencies? Then I think there should be a note on the readme saying that it only installs a a single binary to that path.

I might create a PR later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea any new ideas or suggestions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants