trogdoro / xiki

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

Change example oneline installation command to not leave a file on disk #179

Open osadalakmal opened 5 years ago

osadalakmal commented 5 years ago

Can we please make the example command to install this through curl + bash look like following?

curl -sSL https://xiki.com/install_xsh | bash

This avoid putting temp files in the home dir (or whatever dir you are in when you run the command) and cluttering home directories.

NightMachinery commented 3 years ago

I get curl: (6) Could not resolve host: xiki.com on it ...