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

Add a way to automatically update a package installed #1

Open
ninjamar opened this issue Jun 24, 2024 · 1 comment
Open

Add a way to automatically update a package installed #1

ninjamar opened this issue Jun 24, 2024 · 1 comment

Comments

@ninjamar
Copy link

ninjamar commented Jun 24, 2024

Maybe store the URL of the package installed in a file, then run a command something like justupdate path/to/installation. This would find the corresponding URL of the package, then run justinstall.

@ninjamar ninjamar changed the title Add a way to automatticaly update a package installed Add a way to automatically update a package installed Jun 24, 2024
@Explosion-Scratch
Copy link
Owner

The thing is is that this would require:

  1. Keeping track of packages somewhere other than just the bin
  2. Re-writing a lot of my messy code to be more organized and be able to install from a JSON entry
  3. It brings up a lot of issues with installation, you can't assume that because installation with one binary name/url worked in the past it will again

Although, I've started a bit on this because it's a good idea — I likely won't get time to finish my branch but I'll push my changes in a min

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

No branches or pull requests

2 participants