-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix scoop version #48
Comments
Hi Jan, Thanks for your patience while I've looked into this, the issue seems to be down to how scoop installs jabba. Scoop grabs the binary from the github releases and places it in the relevant directory. This misses one step from our install script which activates the shell integration. I have had an issue raised to look at the install process and making it a little better and haven't had the time. Package managers like scoop won't want a scripted install in so I need to come up with another way of setting up jabba to ensure the install works. In the mean time, I can suggest you could do 1 of 2 things:
or 2: Keep your scoop install and do this step manually: Create a jabba.ps1 file in :
Add in to your powershell profile:
That should get you most of the jabba functionality (minus the default issue in your other issue) |
i come with this solution - https://github.com/Baneeishaque/Scoop-Apps/blob/master/bucket/jabba.json. |
I don't think so, Scoop has post-install scripts pretty often. I think it's fair to just open a ticket in Scoop's main bucket, explain what you're doing, and provide a PR. |
Have you considered distributing jabba in a .zip file containing any additional required files besides the executable and/or implementing a |
Installing via scoop on windows 11:
use and current do not have any effect. Downloading jdks works but is useless without the version manager functionality.
The text was updated successfully, but these errors were encountered: