-
Notifications
You must be signed in to change notification settings - Fork 1
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
Install script does not work #1
Comments
Thanks for reporting. |
Cool, I'm on macOS. |
Fixed. |
Not sure if I should open a new issue for this, but when executing cow_selector there are two errors.
I'm running the latest homebrew version of bash and fortune |
Quoting from man pages,
It would be helpful if you could paste the entire error log. I'll try to fix these issues, although I don't have any way of testing these yet since I run Linux (I can of course set up a VM but that will have to wait for the next 3-4 days). If you think that you can find out where the problem is, I'd say a fix is more than welcome 😃 |
Fortune crash log:
And weird line 28 crash: I'm gonna guess it's just my system. Not sure, but if you have docker there might be a BSD container. EDIT: Version of bash is |
Update: as far as I can tell, there is no |
Running ./install produces
sed: 1: "$HOME/.zshrc": extra characters at the end of p command
Using ZSH, steps to recreate:
zsh && cd $HOME && git clone https://github.com/shivrai/cpm.git
cpm/install
You should get the error
sed: 1: "$HOME/.zshrc": extra characters at the end of p command
.The text was updated successfully, but these errors were encountered: