Skip to content

Commit

Permalink
add version debug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlayton committed Jun 30, 2024
1 parent 51ade68 commit 154a2e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ install_trdsql() {
mkdir -p "${install_path}/bin"
fi

echo "Download URL ${download}"

curl -fL# -o "${filename}" "${download}"
unzip -j "${filename}" -d "${install_path}/bin"
chmod +x "${install_path}/bin/trdsql"
Expand Down

0 comments on commit 154a2e3

Please sign in to comment.