From 5b9709c93446a664ab643f9c020c0d008c718d05 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 8 May 2023 14:24:29 -0400 Subject: [PATCH] Update microcode.sh tweak --- misc/microcode.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/microcode.sh b/misc/microcode.sh index ba80a7ce..b30e3fc7 100644 --- a/misc/microcode.sh +++ b/misc/microcode.sh @@ -51,8 +51,11 @@ msg_error() { } intel() { - msg_info "Downloading the latest Intel Processor Microcode Package for Linux" + 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" + + msg_info "Downloading the latest Intel Processor Microcode Package for Linux" wget -q http://ftp.debian.org/debian/pool/non-free-firmware/i/intel-microcode/intel-microcode_3.20230214.1_amd64.deb msg_ok "Downloaded the latest Intel Processor Microcode Package"