mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Correct conditionals for Tails
This commit is contained in:
		
							parent
							
								
									f93a7249a8
								
							
						
					
					
						commit
						105aea46ef
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								quickget
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								quickget
									
										
									
									
									
								
							|  | @ -1984,7 +1984,7 @@ if [ -n "${2}" ]; then | ||||||
|         get_rocky |         get_rocky | ||||||
|     elif [ "${OS}" == "solus" ]; then |     elif [ "${OS}" == "solus" ]; then | ||||||
|         get_solus |         get_solus | ||||||
|     elif [[ "${OS}" == "tails"* ]]; then |     elif [ "${OS}" == "tails" ]; then | ||||||
|         get_tails |         get_tails | ||||||
|     elif [[ "${OS}" == *"ubuntu"* ]]; then |     elif [[ "${OS}" == *"ubuntu"* ]]; then | ||||||
|         get_ubuntu |         get_ubuntu | ||||||
|  | @ -2069,7 +2069,7 @@ else | ||||||
|         releases_slackware |         releases_slackware | ||||||
|     elif [ "${OS}" == "solus" ]; then |     elif [ "${OS}" == "solus" ]; then | ||||||
|         releases_solus |         releases_solus | ||||||
|     elif [[ "${OS}" == "tails"* ]]; then |     elif [ "${OS}" == "tails" ]; then | ||||||
|         releases_tails |         releases_tails | ||||||
|     elif [[ "${OS}" == *"ubuntu"* ]]; then |     elif [[ "${OS}" == *"ubuntu"* ]]; then | ||||||
|         releases_ubuntu |         releases_ubuntu | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue