trogdoro/xiki

One line installer does not work

frankgerhardt opened this issue · 2 comments

This

cd ~; url -LO https://github.com/trogdoro/xiki/archive/master.tar.gz ; tar xzf master.tar.gz; cd xiki-master/bin; ./clearxsh; ./xsh

does not work because the archive directory does not exist.

Or, maybe because of this error

user@machine:~/bin$ curl -LO https://github.com/trogdoro/xiki/archive/master.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (77) error setting certificate verify locations:
  CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none

I just retried "curl -LO
https://github.com/trogdoro/xiki/archive/master.tar.gz" and I don't get any
error.

Regarding the command in your original email, it's missing several
characters: the "c" in "curl" and the "." in ".com" and a few other places.

--Craig

On Sat, Dec 19, 2015 at 2:14 PM, frankgerhardt notifications@github.com
wrote:

Or, maybe because of this error

user@machine:~/bin$ curl -LO https://github.com/trogdoro/xiki/archive/master.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (77) error setting certificate verify locations:
CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none


Reply to this email directly or view it on GitHub
#156 (comment).