mirror of
				https://github.com/dockur/windows.git
				synced 2025-10-30 20:45:50 +00:00 
			
		
		
		
	Update mido.sh
This commit is contained in:
		
							parent
							
								
									c3c5aecc40
								
							
						
					
					
						commit
						15daa0d697
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -116,7 +116,7 @@ download_windows() { | |||
|   } | ||||
| 
 | ||||
|   # tr: Filter for only alphanumerics or "-" to prevent HTTP parameter injection | ||||
|   sku_id="$(echo "$language_skuid_table_html" | grep "${language}" | sed 's/"//g' | cut -d ',' -f 1  | cut -d ':' -f 2 | tr -cd '[:alnum:]-' | head -c 16)" | ||||
|   sku_id="$(echo "$language_skuid_table_html" | grep -m 1 ">${language}<" | sed 's/"//g' | cut -d ',' -f 1  | cut -d ':' -f 2 | tr -cd '[:alnum:]-' | head -c 16)" | ||||
| 
 | ||||
|   if [ -z "$sku_id" ]; then | ||||
|     language=$(getLanguage "$lang" "desc") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kroese
						Kroese