mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	.travis-deps.sh: update curl invocation to follow 302 redirects
CMake recently 302'd the download URL we're using. To prevent any issues, just follow the redirect with cURL.
This commit is contained in:
		
							parent
							
								
									7c12ee9ecc
								
							
						
					
					
						commit
						2fd4f6f154
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -9,7 +9,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then | ||||||
|     export CXX=g++-4.9 |     export CXX=g++-4.9 | ||||||
|     mkdir -p $HOME/.local |     mkdir -p $HOME/.local | ||||||
| 
 | 
 | ||||||
|     curl http://www.cmake.org/files/v2.8/cmake-2.8.11-Linux-i386.tar.gz \ |     curl -L http://www.cmake.org/files/v2.8/cmake-2.8.11-Linux-i386.tar.gz \ | ||||||
|         | tar -xz -C $HOME/.local --strip-components=1 |         | tar -xz -C $HOME/.local --strip-components=1 | ||||||
| 
 | 
 | ||||||
|     ( |     ( | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue