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
I also get the error: "dirname: missing operand", "Try 'dirname --help' for more information." when running curl -fsSL https://raw.githubusercontent.com/MatchbookLab/local-persist/master/scripts/install.sh | sudo bash. Seems like $BASH_SOURCE does not work with this.
Hello!
There is a problem.
I also get the error: "dirname: missing operand"
Use "Quick way": curl -fsSL https://raw.githubusercontent.com/MatchbookLab/local-persist/master/scripts/install.sh | sudo bash
Who knows how to solve this?
Hello. I downloaded install.sh script using curl to tmp folder like in "Quick Way" portion of readme and its execution fails after recent update.
I believe it has something to do with new bash code from #88 that requires a cloned repository to work
Since I downloaded only install.sh script as described in the "Quick way",
git config --get
cannot find remote.origin.url variable and returns code 1.Because environment variable is set to stop execution of the script after first non-zero code signal, scripts execution fails completely.
Has the policy on installation changed but readme hadn't or is this unexpected behavior?
The text was updated successfully, but these errors were encountered: