mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	windows renaming
This commit is contained in:
		
							parent
							
								
									8f3adab524
								
							
						
					
					
						commit
						8ac01b4d21
					
				
					 1 changed files with 17 additions and 15 deletions
				
			
		
							
								
								
									
										6
									
								
								dh
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								dh
									
										
									
									
									
								
							|  | @ -399,7 +399,7 @@ fzf_choose_language_windows_other() { | ||||||
| 		answer=$(echo "Default English | 		answer=$(echo "Default English | ||||||
| Choose other language" | fzf --cycle) | Choose other language" | fzf --cycle) | ||||||
| 	} | 	} | ||||||
| if [ "$answer" = "Choose other language" ]; then | 
 | ||||||
| 	fzf_choose_release_windows() { | 	fzf_choose_release_windows() { | ||||||
| 		wrelease=$(echo "8 | 		wrelease=$(echo "8 | ||||||
| 10 | 10 | ||||||
|  | @ -409,15 +409,17 @@ fzf_choose_release_windows() { | ||||||
| 	quickget_get_windows_languages_list() { | 	quickget_get_windows_languages_list() { | ||||||
| 		wlend=$(($(cat "$portable_prefix"quickget | sed '/Arabic/,$!d' | grep -n '}' | cut -d':' -f1 | head -n 1) - 1)) | 		wlend=$(($(cat "$portable_prefix"quickget | sed '/Arabic/,$!d' | grep -n '}' | cut -d':' -f1 | head -n 1) - 1)) | ||||||
| } | } | ||||||
|  | 
 | ||||||
| 	fzf_choose_language_windows() { | 	fzf_choose_language_windows() { | ||||||
| 		wlang=$(cat "$portable_prefix"quickget | sed '/Arabic/,$!d' | head -n $wlend | cut -d'=' -f2 | tail -c +2 | head -c -2 | sed 's/^[ \t]*//' | fzf --cycle --header='Choose Language | 		wlang=$(cat "$portable_prefix"quickget | sed '/Arabic/,$!d' | head -n $wlend | cut -d'=' -f2 | tail -c +2 | head -c -2 | sed 's/^[ \t]*//' | fzf --cycle --header='Choose Language | ||||||
|  or CTRL-c or ESC to quit') |  or CTRL-c or ESC to quit') | ||||||
| } | } | ||||||
|  | 
 | ||||||
| 	quickget_download_windows() { | 	quickget_download_windows() { | ||||||
| 		printf $"\n Trying to download Windows %s %s...\n\n" "$wrelease" "$wlang" | 		printf $"\n Trying to download Windows %s %s...\n\n" "$wrelease" "$wlang" | ||||||
| 		"$portable_prefix"quickget "windows" "$wrelease" "$wlang" | 		"$portable_prefix"quickget "windows" "$wrelease" "$wlang" | ||||||
| } | } | ||||||
| fi | 
 | ||||||
| 	virtual_machine_choose_to_run() { | 	virtual_machine_choose_to_run() { | ||||||
| 		choosed=$(echo "$(ls ***.conf 2>/dev/null | sed 's/\.conf$//')" | fzf --cycle --header='Choose VM to run | 		choosed=$(echo "$(ls ***.conf 2>/dev/null | sed 's/\.conf$//')" | fzf --cycle --header='Choose VM to run | ||||||
|  or CTRL-c or ESC to quit') |  or CTRL-c or ESC to quit') | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue