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

bug fix in fedora 30 #508

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

prettykernel
Copy link

Without chmod, we will get the error below:

/home/YOURNAME/.jabba/bin/jabba does not appear to be a valid binary.

Without chmod, we will get the error below:
/home/<yourname>/.jabba/bin/jabba does not appear to be a valid binary.
@@ -30,7 +30,7 @@ the OS (macOS, Linux x86/x86_64/ARMv7+, Windows x86_64).
> (in bash/zsh/...)

```sh
curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | bash && . ~/.jabba/jabba.sh
curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | bash && chmod u+x ~/.jabba/jabba.sh && . ~/.jabba/jabba.sh
Copy link

Choose a reason for hiding this comment

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

@prettykernel Perhaps a new section should be created dedicated to Fedora since this is not a problem on most other Linux distros (e.g., Debian).

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.

None yet

1 participant