Created
April 26, 2018 11:56
-
-
Save VladimirCores/67ab1441d7ee9a71bbbb90f6cce91c9a to your computer and use it in GitHub Desktop.
This file contains 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
echo "deb https://apache.bintray.com/couchdb-deb stretch main" \ | |
| sudo tee -a /etc/apt/sources.list | |
&& curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc \ | |
| sudo apt-key add - | |
&& sudo apt-get update && sudo apt-get install couchdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment