mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-22 16:23:21 +01:00
Update microcode.sh
Code refactoring
This commit is contained in:
parent
f38378b79e
commit
d9147b073b
@ -61,7 +61,7 @@ done
|
|||||||
header_info
|
header_info
|
||||||
|
|
||||||
intel() {
|
intel() {
|
||||||
if ! apt -qq list --installed iucode-tool >/dev/null 2>&1; then
|
if ! dpkg -s iucode-tool >/dev/null 2>&1; then
|
||||||
msg_info "Installing iucode-tool: a tool for updating Intel processor microcode"
|
msg_info "Installing iucode-tool: a tool for updating Intel processor microcode"
|
||||||
apt-get install -y iucode-tool &>/dev/null
|
apt-get install -y iucode-tool &>/dev/null
|
||||||
msg_ok "Installed iucode-tool"
|
msg_ok "Installed iucode-tool"
|
||||||
|
Loading…
Reference in New Issue
Block a user