add manual succesful steps, not working when script is run

pull/2473/head
Jan 1 year ago
parent 403dcaabb3
commit 7dfb91c8c3
  1. 6
      install/apache-couchdb-install.sh

@ -18,13 +18,11 @@ $STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y apt-transport-https
$STD apt-get install -y gpg
$STD apt-get install -y gnupg
msg_ok "Installed Dependencies"
msg_info "Installing Apache CouchDB"
curl -fsSL https://couchdb.apache.org/repo/keys.asc | gpg --dearmor -o /etc/apt/keyrings/couchdb-archive-keyring.gpg
gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/couchdb-archive-keyring.gpg --keyserver keyserver.ubuntu.com --recv-keys 0EE62FB37A00258D
chmod a+r /etc/apt/trusted.gpg.d/couchdb-archive-keyring.gpg
curl https://couchdb.apache.org/repo/keys.asc | gpg --dearmor | tee /usr/share/keyrings/couchdb-archive-keyring.gpg
source /etc/os-release
echo "deb [signed-by=/etc/apt/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" >/etc/apt/sources.list.d/couchdb.sources.list
$STD apt-get update

Loading…
Cancel
Save