From c62e3f7ed40ea985423901f1800d69a208285a3d Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 16 May 2023 11:50:55 -0400 Subject: [PATCH] Update microcode.sh --- misc/microcode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/microcode.sh b/misc/microcode.sh index 24315f3b..5d799b81 100644 --- a/misc/microcode.sh +++ b/misc/microcode.sh @@ -64,7 +64,7 @@ intel() { msg_ok "Installed the Intel Processor Microcode" msg_info "Cleaning up" - rm intel-microcode_3.20230214.1_amd64.deb + rm intel-microcode_3.20230512.1_amd64.deb msg_ok "Cleaned" echo -e "\n To apply the changes, the system will need to be rebooted.\n"