mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	Update microcode.sh
tweak
This commit is contained in:
		
							parent
							
								
									bfd5194118
								
							
						
					
					
						commit
						7eba5494ea
					
				| @ -92,7 +92,7 @@ if ! command -v pveversion >/dev/null 2>&1; then | |||||||
|   exit |   exit | ||||||
| fi | fi | ||||||
| msg_info "Checking CPU Vendor" | msg_info "Checking CPU Vendor" | ||||||
| cpu=$(lscpu | grep -oP 'Vendor ID:\s*\K\S+') | cpu=$(lscpu | grep -oP 'Vendor ID:\s*\K\S+' | head -n 1) | ||||||
| if [ "$cpu" == "GenuineIntel" ]; then | if [ "$cpu" == "GenuineIntel" ]; then | ||||||
|   msg_ok "${cpu} was detected" |   msg_ok "${cpu} was detected" | ||||||
|   intel |   intel | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user