mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	use standard User-Agent in check-fdroid-apk
This commit is contained in:
		
							parent
							
								
									b851d49d24
								
							
						
					
					
						commit
						d3caf09421
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -35,8 +35,8 @@ apk="${dldir}/FDroid.apk"
 | 
				
			||||||
asc="${apk}.asc"
 | 
					asc="${apk}.asc"
 | 
				
			||||||
log=/var/www/html/check-fdroid-apk/`date +%s`.txt
 | 
					log=/var/www/html/check-fdroid-apk/`date +%s`.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$curl https://f-droid.org/FDroid.apk > $apk
 | 
					$curl --user-agent F-Droid https://f-droid.org/FDroid.apk > $apk
 | 
				
			||||||
$curl https://f-droid.org/FDroid.apk.asc > $asc
 | 
					$curl --user-agent F-Droid https://f-droid.org/FDroid.apk.asc > $asc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
fingerprint=37D2C98789D8311948394E3E41E7044E1DBA2E89
 | 
					fingerprint=37D2C98789D8311948394E3E41E7044E1DBA2E89
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue