Compare commits

..

2 Commits

Author SHA1 Message Date
tteckster d9147b073b
Update microcode.sh
Code refactoring
2023-08-11 11:46:54 -04:00
iveilleux f38378b79e
Update microcode.sh (#1679)
Verify iucode-tool is installed
2023-08-11 08:22:01 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ done
header_info
intel() {
if ! apt -qq list 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"
apt-get install -y iucode-tool &>/dev/null
msg_ok "Installed iucode-tool"