From 1f3f5314e0d77150b877a9467a12328b04ff0afd Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 7 Sep 2023 20:56:00 -0600 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index afc24c6..d82bf9a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,6 +22,8 @@ echo "Validated postgresql version: $INPUT_POSTGRESQL_VERSION" echo "Installing postgresql..." +echo "OS: $(uname -s)" + if [[ "$(uname -s)" == "Linux" ]]; then # Create the file repository configuration: sudo sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'