Remove bintray from manifest and win32.ps1

Fix JIT ini values in win32.ps1
This commit is contained in:
Shivam Mathur
2021-02-23 14:34:03 +05:30
parent 399ab79d14
commit fa18c2b29f
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ run_script() {
repo=$1
shift
args=("$@")
get -q -e /tmp/install.sh "$bintray/php/$repo.sh" "$github/$repo/$latest/install.sh"
get -q -e /tmp/install.sh "$github/$repo/$latest/install.sh" "$bintray/php/$repo.sh"
bash /tmp/install.sh "${args[@]}"
}