mirror of https://github.com/tteck/Proxmox.git
				
				
				
			
							parent
							
								
									a1d426d81d
								
							
						
					
					
						commit
						e643fb6332
					
				| 
						 | 
				
			
			@ -98,11 +98,10 @@ function default_settings() {
 | 
			
		|||
		echo -e "${BL}Creating a ${APP} LXC using the above default settings${CL}"
 | 
			
		||||
}
 | 
			
		||||
function advanced_settings() {
 | 
			
		||||
var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 4 \
 | 
			
		||||
var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 3 \
 | 
			
		||||
"18.04" "Bionic" OFF \
 | 
			
		||||
"20.04" "Focal" ON \
 | 
			
		||||
"21.10" "Impish" OFF \
 | 
			
		||||
"22.04" "Jammy" OFF \
 | 
			
		||||
3>&1 1>&2 2>&3)
 | 
			
		||||
exitstatus=$?
 | 
			
		||||
if [ $exitstatus = 0 ]; then
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue