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

Curl not installed by default? #67

Open
brannondorsey opened this issue Oct 22, 2015 · 3 comments
Open

Curl not installed by default? #67

brannondorsey opened this issue Oct 22, 2015 · 3 comments

Comments

@brannondorsey
Copy link
Owner

install.sh relies on curl which in one instance of an ubuntu install I found was missing.

@JPaulMora
Copy link

add to install script & wiki entry for said curl-less distro

CURL_PRESENT=$(which curl) # or whereis curl
if [ -z  $CURL_PRESENT ]
    then
    echo "Please install curl"
else 
 #curl installed!
echo "Looking good!" 
fi

@brannondorsey
Copy link
Owner Author

Thanks for the snippet. I saw that you forked the project :) Were you able to get it running? I don't think this is written anywhere but back when we were actively developing this we were working with the develop branch. Also we've got a documentation site here... I should update the repo to reflect that soon: http://probekit.brangerbriz.com.

Cheers!

@JPaulMora
Copy link

Yes, Most stuff worked out just by cloning. Didn't notice there was a develop branch, check ill check that out. By the way, great work over here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants