mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Add SpiralLinux
This commit is contained in:
		
							parent
							
								
									ad0f1f2d3d
								
							
						
					
					
						commit
						265be79777
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		
							
								
								
									
										19
									
								
								quickget
									
										
									
									
									
								
							
							
						
						
									
										19
									
								
								quickget
									
										
									
									
									
								
							|  | @ -235,6 +235,7 @@ function os_support() { | ||||||
|     siduction \ |     siduction \ | ||||||
|     slackware \ |     slackware \ | ||||||
|     solus \ |     solus \ | ||||||
|  |     spiral \ | ||||||
|     tails \ |     tails \ | ||||||
|     tinycore \ |     tinycore \ | ||||||
|     trisquel \ |     trisquel \ | ||||||
|  | @ -633,6 +634,14 @@ function editions_solus() { | ||||||
|     echo Budgie GNOME MATE Plasma |     echo Budgie GNOME MATE Plasma | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | function releases_spiral() { | ||||||
|  | 	echo latest | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | function editions_spiral() { | ||||||
|  | 	echo Plasma XFCE Mate LXQt Gnome Budgie Cinnamon Builder | ||||||
|  | } | ||||||
|  | 
 | ||||||
| function releases_tails() { | function releases_tails() { | ||||||
|     echo stable |     echo stable | ||||||
| } | } | ||||||
|  | @ -1861,6 +1870,16 @@ function get_solus() { | ||||||
|     echo "${URL}/${ISO} ${HASH}" |     echo "${URL}/${ISO} ${HASH}" | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | function get_spiral() { | ||||||
|  | 	local EDITION="${1:-}" | ||||||
|  | 	local HASH="" | ||||||
|  | 	local ISO="SpiralLinux_${EDITION}_12.231005_x86-64.iso" | ||||||
|  | 	local URL="https://sourceforge.net/projects/spirallinux/files/12.231005" | ||||||
|  | 
 | ||||||
|  | 	HASH=$(wget -q -O- 'https://sourceforge.net/projects/spirallinux/rss?path=/' | grep "${ISO}" | grep 'md5' | cut -d'<' -f3 | cut -d'>' -f2) | ||||||
|  | 	echo "${URL}/${ISO}" "${HASH}" | ||||||
|  | } | ||||||
|  | 
 | ||||||
| function get_tails() { | function get_tails() { | ||||||
|     local ISO="" |     local ISO="" | ||||||
|     local JSON="" |     local JSON="" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue