mirror of
				https://github.com/dockur/windows.git
				synced 2025-10-27 03:15:49 +00:00 
			
		
		
		
	feat: Add Tiny11 option (#111)
This commit is contained in:
		
							parent
							
								
									46de9e8fc0
								
							
						
					
					
						commit
						b4371bd37d
					
				
					 2 changed files with 22 additions and 16 deletions
				
			
		|  | @ -48,21 +48,26 @@ if [[ "${VERSION,,}" == "win10x64-enterprise-ltsc-eval" ]]; then | |||
|   DETECTED="win10x64-ltsc" | ||||
| fi | ||||
| 
 | ||||
| if [[ "${VERSION,,}" == "tiny10" ]]; then | ||||
|   DETECTED="win10x64-ltsc" | ||||
|   VERSION="https://archive.org/download/tiny-10-23-h2/tiny10%20x64%2023h2.iso" | ||||
| fi | ||||
| 
 | ||||
| if [[ "${VERSION,,}" == "win7x64" ]]; then | ||||
|   DETECTED="win7x64" | ||||
|   VERSION="https://dl.bobpony.com/windows/7/en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso" | ||||
| fi | ||||
| 
 | ||||
| if [[ "${VERSION,,}" == "tiny11" ]]; then | ||||
| if [[ "${VERSION,,}" == "core11" ]]; then | ||||
|   DETECTED="win11x64" | ||||
|   VERSION="https://archive.org/download/tiny-11-core-x-64-beta-1/tiny11%20core%20x64%20beta%201.iso" | ||||
| fi | ||||
| 
 | ||||
| if [[ "${VERSION,,}" == "tiny11" ]]; then | ||||
|   DETECTED="win11x64" | ||||
|   VERSION="https://archive.org/download/tiny11-2311/tiny11%202311%20x64.iso" | ||||
| fi | ||||
| 
 | ||||
| if [[ "${VERSION,,}" == "tiny10" ]]; then | ||||
|   DETECTED="win10x64-ltsc" | ||||
|   VERSION="https://archive.org/download/tiny-10-23-h2/tiny10%20x64%2023h2.iso" | ||||
| fi | ||||
| 
 | ||||
| CUSTOM="custom.iso" | ||||
| 
 | ||||
| [ ! -f "$STORAGE/$CUSTOM" ] && CUSTOM="Custom.iso" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kroese
						Kroese