mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 15:26:23 +07:00 
			
		
		
		
	Fix extension logs
This commit is contained in:
		| @ -56,7 +56,7 @@ update_lists() { | ||||
|     elif grep -Eq '^deb ' "$list_file"; then | ||||
|       list="$list_file" | ||||
|     fi | ||||
|     update_lists_helper "$list" | ||||
|     update_lists_helper "$list" >/dev/null 2>&1 | ||||
|     echo '' | tee /tmp/setup_php >/dev/null 2>&1 | ||||
|   fi | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shivam Mathur
					Shivam Mathur