mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	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) | EDGE_KERNEL=$(dpkg --list| grep 'kernel-.*-edge' | awk '{print substr($2, 12, length($2)-1) }' | tac | head -n 1) | ||||||
| clear | clear | ||||||
| while true; do | 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 |     case $yn in | ||||||
|         [Yy]* ) break;; |         [Yy]* ) break;; | ||||||
|         [Nn]* ) exit;; |         [Nn]* ) exit;; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user