You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @Karolina-Bogacka could you test it on one of our Raspberries? That would be Linux ARM64. Please also do test it in WSL to make sure it works.
* @adanilenka can you test this on your Mac?
* @Karolina-Bogacka I feel like we should have a CI test for this. All of these platforms are supported by GH runners, so could we run this in CI?
* Does this support upgrades?
* Could we replace the URL to be `https://w3id.org/jelly/setup-cli.sh`? This will require extra magic in the w3id config – I can do that for you.
You decide what should be done in this PR and what in follow-ups coming shortly after.
Apologies for the late reply. Tested on Ubuntu x86, on RPI (Linux ARM64), on Windows WSL on x86, and on Mac ARM64. Works on all of them, current behaviour shown in the image below.
The script right now by defaults overwrites any installation of jelly-cli that was already there, I made a separate issue for upgrades (#171), changing installation script URL (#172), and CI features (#170). The script adds the directory where jelly-cli to PATH by default and returns error messages if a given platform is unsupported.
You can try it out right now by running . <(curl -sSfL https://raw.githubusercontent.com/Jelly-RDF/cli/GH-32/prepare-an-installation-script/install.sh) if you'd like to check whether it works on your system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #32
Added an installation script that automatically downloads, install, and links to your profile the newest release of
jelly-clifor your platform.Should work for zsh as well as bash, although currently tested only on Ubuntu x86.