deps.sh: Run apt-get update
				
					
				
			Hopefully this will fix the CI tests. This is a common enough issue on CI that Travis mentions it in their documentation: https://docs.travis-ci.com/user/common-build-problems/#linux-apt-fails-to-install-package-with-404-error
This commit is contained in:
		
				
					committed by
					
						 Jeremy Soller
						Jeremy Soller
					
				
			
			
				
	
			
			
			
						parent
						
							55523d4083
						
					
				
				
					commit
					1ea21aedbe
				
			| @@ -13,6 +13,7 @@ source /etc/os-release | |||||||
|  |  | ||||||
| msg "Installing system build dependencies" | msg "Installing system build dependencies" | ||||||
| if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then | if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then | ||||||
|  |     sudo apt-get update | ||||||
|     sudo apt-get install \ |     sudo apt-get install \ | ||||||
|         --no-install-recommends \ |         --no-install-recommends \ | ||||||
|         --yes \ |         --yes \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user