trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

One line installer does not work #156

Open frankgerhardt opened 8 years ago

frankgerhardt commented 8 years ago

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.

frankgerhardt commented 8 years ago

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
trogdoro commented 8 years ago

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 https://github.com/trogdoro/xiki/issues/156#issuecomment-166030428.