mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update edge-kernel.sh
This commit is contained in:
		
							parent
							
								
									efc65a2a7e
								
							
						
					
					
						commit
						09cff9fcda
					
				| 
						 | 
				
			
			@ -6,7 +6,7 @@ PVE_KERNEL=$(dpkg --list| grep 'kernel-.*-pve' | awk '{print substr($2, 12, leng
 | 
			
		|||
EDGE_KERNEL=$(dpkg --list| grep 'kernel-.*-edge' | awk '{print substr($2, 12, length($2)-1) }' | tac | head -n 1)
 | 
			
		||||
clear
 | 
			
		||||
while true; do
 | 
			
		||||
    read -p "THIS IS A PROXMOX EDGE KERNEL TOOL, USE AT YOUR OWN RISK. Proceed(y/n)?" yn
 | 
			
		||||
    read -p "This is a Proxmox Edge Kernel Tool, USE AT YOUR OWN RISK. Proceed(y/n)?" yn
 | 
			
		||||
    case $yn in
 | 
			
		||||
        [Yy]* ) break;;
 | 
			
		||||
        [Nn]* ) exit;;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue