updated github_install_binary.sh

pull/4/head
Hari Sekhon 1 year ago
parent 298597057c
commit df79fca9d8

@ -62,4 +62,4 @@ fi
release_file="${release_file//\{version\}/${version#v}}"
binary="${binary//\{version\}/${version#v}}"
"$srcdir/../bin/install_binary.sh" "https://github.com/$owner_repo/releases/download/$version/$release_file" ${binary:+"$binary"} ${install_path:+"$install_path"}
"$srcdir/../packages/install_binary.sh" "https://github.com/$owner_repo/releases/download/$version/$release_file" ${binary:+"$binary"} ${install_path:+"$install_path"}

Loading…
Cancel
Save