From 42b5274b9969e03fff2a7f7cf05ea5b08f6be0c7 Mon Sep 17 00:00:00 2001 From: Josh W Lewis Date: Mon, 19 Feb 2024 14:36:01 -0600 Subject: [PATCH] Use noble channel for postgres, now that it is available --- heroku-24/setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/heroku-24/setup.sh b/heroku-24/setup.sh index 20a43922..ec74d690 100755 --- a/heroku-24/setup.sh +++ b/heroku-24/setup.sh @@ -26,9 +26,8 @@ apt-get install -y --no-install-recommends gnupg # In order to support all features offered by Heroku Postgres, we need newer postgresql-client # than is available in the Ubuntu repository, so use the upstream APT repository instead: # https://wiki.postgresql.org/wiki/Apt -# TODO: Use `noble` not `mantic` when it becomes available cat >>/etc/apt/sources.list <