This commit is contained in:
fro
2025-10-28 12:51:16 -05:00
parent 93479c64c4
commit ee9a3bf530

View File

@@ -19,7 +19,7 @@ cd /tmp
latest_version=$(curl -s https://api.github.com/repos/PostgREST/postgrest/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")')
# ask for user input
echo 'install postgrest ${latest_version}? [y/n]'
echo "install postgrest ${latest_version}? [y/n]"
read -n1 user_input
if [[ ${user_input} == "y" ]]; then