|  |  | @ -101,7 +101,7 @@ if [ -f "/etc/os-release" ]; then | 
			
		
	
		
		
			
				
					
					|  |  |  |       install_ubuntu_focal_requirements |  |  |  |       install_ubuntu_focal_requirements | 
			
		
	
		
		
			
				
					
					|  |  |  |       ;; |  |  |  |       ;; | 
			
		
	
		
		
			
				
					
					|  |  |  |     *) |  |  |  |     *) | 
			
		
	
		
		
			
				
					
					|  |  |  |       echo "$ID $VERSION_ID is unsupported. This setup script is written for Ubuntu 20.04." |  |  |  |       echo "$ID $VERSION_ID is unsupported. This setup script is written for Ubuntu 24.04." | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       read -p "Would you like to attempt installation anyway? " -n 1 -r |  |  |  |       read -p "Would you like to attempt installation anyway? " -n 1 -r | 
			
		
	
		
		
			
				
					
					|  |  |  |       echo "" |  |  |  |       echo "" | 
			
		
	
		
		
			
				
					
					|  |  |  |       if [[ ! $REPLY =~ ^[Yy]$ ]]; then |  |  |  |       if [[ ! $REPLY =~ ^[Yy]$ ]]; then | 
			
		
	
	
		
		
			
				
					|  |  | 
 |