Skip to content

Commit

Permalink
Prioritize bintray over GitHub releases for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Nov 25, 2020
1 parent c6150c6 commit 41797e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ run_script() {
repo=$1
shift
args=("$@")
get -q -e /tmp/install.sh "$github/$repo/$latest/install.sh" "$bintray/php/$repo.sh"
get -q -e /tmp/install.sh "$bintray/php/$repo.sh" "$github/$repo/$latest/install.sh"
bash /tmp/install.sh "${args[@]}"
}

Expand Down

0 comments on commit 41797e3

Please sign in to comment.