Created
June 19, 2015 15:17
-
-
Save nledez/49d7d583f9675c83c754 to your computer and use it in GitHub Desktop.
Install from the internet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {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