From 4ac035dd27c203d286db2b0a03cc0cb96a036ed2 Mon Sep 17 00:00:00 2001 From: prettykernel Date: Thu, 15 Aug 2019 15:15:11 +0800 Subject: [PATCH] bug fix in fedora 30 Without chmod, we will get the error below: /home//.jabba/bin/jabba does not appear to be a valid binary. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcbc05b..5de4465 100644 --- a/README.md +++ b/README.md @@ -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 ``` > (use the same command to upgrade)