This commit is contained in:
fro
2025-10-28 09:59:17 -05:00
parent 4d6a4a86ff
commit 53fb45edac

View File

@@ -51,7 +51,7 @@ latest_version=$(curl -s https://api.github.com/repos/PostgREST/postgrest/releas
# Construct the download URL # Construct the download URL
download_url="https://github.com/PostgREST/postgrest/releases/download/${latest_version}/postgrest-${latest_version}-linux-static-x86-64.tar.xz" download_url="https://github.com/PostgREST/postgrest/releases/download/${latest_version}/postgrest-${latest_version}-linux-static-x86-64.tar.xz"
wget -o postgrest.tar.xz ${download_url} wget -v -o postgrest.tar.xz ${download_url}
# Download the tar.gz file # Download the tar.gz file
#curl -L -o "js-debug-dap-${version}.tar.gz" "$download_url" #curl -L -o "js-debug-dap-${version}.tar.gz" "$download_url"