diff --git a/src/scripts/common.sh b/src/scripts/common.sh index be246e17b..cf81fd0b0 100644 --- a/src/scripts/common.sh +++ b/src/scripts/common.sh @@ -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[@]}" }