From f398988350fa46eef0e0172beb0f97fa4a926dd4 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 11 Feb 2024 19:15:40 +0100 Subject: [PATCH] fix sources list issue --- ct/apache-couchdb.sh | 2 +- install/apache-couchdb-install.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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