diff --git a/ct/apache-couchdb.sh b/ct/apache-couchdb.sh index 4c417440..69fbf9d7 100644 --- a/ct/apache-couchdb.sh +++ b/ct/apache-couchdb.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash source <(curl -s https://raw.githubusercontent.com/JamborJan/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck -# Author: tteck (tteckster), JamborJan +# Author: tteck (tteckster) # License: MIT # https://github.com/tteck/Proxmox/raw/main/LICENSE diff --git a/install/apache-couchdb-install.sh b/install/apache-couchdb-install.sh index 3f610c18..9675183b 100644 --- a/install/apache-couchdb-install.sh +++ b/install/apache-couchdb-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2024 tteck -# Author: tteck (tteckster), JamborJan +# Author: tteck (tteckster) # License: MIT # https://github.com/tteck/Proxmox/raw/main/LICENSE @@ -23,6 +23,7 @@ msg_ok "Installed Dependencies" msg_info "Installing Apache CouchDB" wget -qO- https://downloads.apache.org/couchdb/KEYS | gpg --dearmor >/etc/apt/trusted.gpg.d/couchdb.gpg +source /etc/os-release echo "deb https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" >/etc/apt/sources.list.d/couchdb.sources.list $STD apt-get update $STD apt-get install -y couchdb