Skip to content

Instantly share code, notes, and snippets.

@nledez
Created June 19, 2015 15:17
Show Gist options
  • Select an option

  • Save nledez/49d7d583f9675c83c754 to your computer and use it in GitHub Desktop.

Select an option

Save nledez/49d7d583f9675c83c754 to your computer and use it in GitHub Desktop.
Install from the internet
{curl,wget -O -} http://{debian,ubuntu}.cozycloud.cc/install-cozy-{debian-jessie,ubuntu-trusty}.sh | [get_cmd=curl] {ba,z,}sh -
curl http://debian.cozycloud.cc/install-cozy-debian-jessie.sh | get_cmd=curl sh -
wget -O - http://debian.cozycloud.cc/install-cozy-debian-jessie.sh | bash -
curl http://ubuntu.cozycloud.cc/install-cozy-ubuntu-trusty.sh | get_cmd=curl zsh -
And all other variations...
The only limitation is in URL:
http://debian.cozycloud.cc/install-cozy-debian-jessie.sh
or
http://ubuntu.cozycloud.cc/install-cozy-ubuntu-trusty.sh
:)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment