mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 07:16:22 +07:00 
			
		
		
		
	Prioritize bintray over GitHub releases for scripts
This commit is contained in:
		| @ -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[@]}" | ||||
| } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shivam Mathur
					Shivam Mathur