From bbf5be166e421e4aa3a3fe1c9dc9fc40bf2fc8a3 Mon Sep 17 00:00:00 2001 From: fro Date: Tue, 28 Oct 2025 10:05:17 -0500 Subject: [PATCH] u --- scr/2a_postgrest_install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scr/2a_postgrest_install.sh b/scr/2a_postgrest_install.sh index 9b1d493..b68685c 100644 --- a/scr/2a_postgrest_install.sh +++ b/scr/2a_postgrest_install.sh @@ -38,8 +38,6 @@ cd /tmp -#!/usr/bin/env bash - # src: https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8?permalink_comment_id=5097031#gistcomment-5097031 # Fetch the latest release version @@ -51,7 +49,7 @@ latest_version=$(curl -s https://api.github.com/repos/PostgREST/postgrest/releas # Construct the download URL download_url="https://github.com/PostgREST/postgrest/releases/download/${latest_version}/postgrest-${latest_version}-linux-static-x86-64.tar.xz" -wget -v -o postgrest.tar.xz ${download_url} +wget -O postgrest.tar.xz ${download_url} # Download the tar.gz file #curl -L -o "js-debug-dap-${version}.tar.gz" "$download_url"