mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-03 17:08:03 +00:00 
			
		
		
		
	Added Android-x86
This commit is contained in:
		@@ -58,6 +58,11 @@ case "$operation_system" in
 | 
				
			|||||||
    question "Which distribution should be used [arch,moode,retropie,manjaro,torbox...]?" && read -r distribution || error
 | 
					    question "Which distribution should be used [arch,moode,retropie,manjaro,torbox...]?" && read -r distribution || error
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    case "$distribution" in
 | 
					    case "$distribution" in
 | 
				
			||||||
 | 
					      "android-x86")
 | 
				
			||||||
 | 
					        base_download_url="https://www.fosshub.com/Android-x86.html?dwl=android-x86_64-9.0-r2.iso";
 | 
				
			||||||
 | 
					        image_name="android-x86_64-9.0-r2.iso"
 | 
				
			||||||
 | 
					        image_checksum="f7eb8fc56f29ad5432335dc054183acf086c539f3990f0b6e9ff58bd6df4604e"
 | 
				
			||||||
 | 
					        ;;
 | 
				
			||||||
      "torbox")
 | 
					      "torbox")
 | 
				
			||||||
        base_download_url="https://www.torbox.ch/data/";
 | 
					        base_download_url="https://www.torbox.ch/data/";
 | 
				
			||||||
        image_name="torbox-20220102-v050.gz"
 | 
					        image_name="torbox-20220102-v050.gz"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user