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

install script doesn't work on linux. #96

Closed
tutuca opened this issue Jan 9, 2018 · 3 comments
Closed

install script doesn't work on linux. #96

tutuca opened this issue Jan 9, 2018 · 3 comments

Comments

@tutuca
Copy link

tutuca commented Jan 9, 2018

On ubuntu 17.10 with go version go1.9.1 linux/amd64. running the install script gets:

./install.sh: 4: ./install.sh: [[: not found
+ go get -u -d github.com/zaquestion/lab
+ cd /src/github.com/zaquestion/lab
./install.sh: 9: cd: can't cd to /src/github.com/zaquestion/lab

I'm not really a gopher so I don't get why is searching for source files in that path.
How do I get around this to install lab?

somewhat related PD: Is there a way to provide linux binaries?

@zaquestion
Copy link
Owner

@tutuca you can download the latest release as a pre-built binary here: https://github.com/zaquestion/lab/releases/tag/v0.9.0

I just noticed this issue today as well, I'm going to update the install script to just use the prebuilt binaries

zaquestion added a commit that referenced this issue Jan 9, 2018
…eliable installs and add back an install from source section
zaquestion added a commit that referenced this issue Jan 9, 2018
[#96] (fix) update install script to use prebuilt binaries for more reliable installs and add back an install from source section
@zaquestion
Copy link
Owner

@tutuca Updated the install script to use the release binaries, you should be able to use

curl -s https://raw.githubusercontent.com/zaquestion/lab/master/install.sh | bash

@tutuca
Copy link
Author

tutuca commented Jan 9, 2018

Lovely, thanks!

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

No branches or pull requests

2 participants