Revert "port all A named cts"

This reverts commit 9afdcc793b.
This commit is contained in:
Sam Heinz
2025-01-08 00:13:58 +10:00
parent 6785d3ff67
commit 07263fd421
17 changed files with 32 additions and 70 deletions
+2
View File
@@ -36,6 +36,8 @@ VERSION_CODENAME="$(awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-releas
echo "deb [signed-by=/usr/share/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
$STD apt-get install -y couchdb
$STD apt-get install -y openssh-server
$STD apt-get install -y wget
echo -e "CouchDB Erlang Cookie: \e[32m$ERLANG_COOKIE\e[0m" >>~/CouchDB.creds
echo -e "CouchDB Admin Password: \e[32m$ADMIN_PASS\e[0m" >>~/CouchDB.creds
msg_ok "Installed Apache CouchDB."