mirror of https://github.com/tteck/Proxmox.git
parent
d226b7a2f3
commit
f38378b79e
|
@ -61,7 +61,7 @@ done
|
|||
header_info
|
||||
|
||||
intel() {
|
||||
if ! apt -qq list iucode-tool >/dev/null 2>&1; then
|
||||
if ! apt -qq list --installed iucode-tool >/dev/null 2>&1; then
|
||||
msg_info "Installing iucode-tool: a tool for updating Intel processor microcode"
|
||||
apt-get install -y iucode-tool &>/dev/null
|
||||
msg_ok "Installed iucode-tool"
|
||||
|
|
Loading…
Reference in New Issue