Skip to content

Instantly share code, notes, and snippets.

@spaceCamel
Last active February 15, 2017 12:59
Show Gist options
  • Save spaceCamel/6a5e123a6a0852870f263d622d4f9690 to your computer and use it in GitHub Desktop.
Save spaceCamel/6a5e123a6a0852870f263d622d4f9690 to your computer and use it in GitHub Desktop.
Cozy Installation Script
# Import the repository public key
wget https://debian.cozycloud.cc/cozy.gpg.key -O /etc/apt/trusted.gpg.d/cozy.gpg
# Add the Cozy repository to the software sources
echo 'deb https://debian.cozycloud.cc/debian jessie cozy' > /etc/apt/sources.list.d/cozy.list
# Install Cozy
apt-get update
apt-get -y install python-cozy-management
cozy_management install_cozy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment