From ce1e4b7d29fd4f5fe8691424e5494ed8e68143af Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 16 May 2023 11:20:28 -0400 Subject: [PATCH] Update microcode.sh new microcode --- misc/microcode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/microcode.sh b/misc/microcode.sh index 4fc7c8d9..6f45e82c 100644 --- a/misc/microcode.sh +++ b/misc/microcode.sh @@ -56,7 +56,7 @@ intel() { 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 + wget -q http://ftp.debian.org/debian/pool/non-free-firmware/i/intel-microcode/intel-microcode_3.20230512.1_amd64.deb msg_ok "Downloaded the latest Intel Processor Microcode Package" msg_info "Installing the Intel Processor Microcode (Patience)"