mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "d9147b073bd118ae403e9b1187fcefbd4d33328e" and "d226b7a2f368abc550127038e8b2928c8187c576" have entirely different histories.
d9147b073b
...
d226b7a2f3
|
@ -61,7 +61,7 @@ done
|
|||
header_info
|
||||
|
||||
intel() {
|
||||
if ! dpkg -s iucode-tool >/dev/null 2>&1; then
|
||||
if ! apt -qq list 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