From 8047265b2bbb653a9005300c30927c36fea23d60 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 8 May 2023 12:10:34 -0400 Subject: [PATCH] Update microcode.sh tweak --- misc/microcode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/microcode.sh b/misc/microcode.sh index fbb74988..453feb9b 100644 --- a/misc/microcode.sh +++ b/misc/microcode.sh @@ -72,7 +72,7 @@ intel() { amd() { msg_info "Installing amd-ucode: a tool for updating AMD processor microcode" - apt-get install -y amd-ucode &>/dev/null + apt-get install -y amd64-microcode &>/dev/null msg_ok "Installed amd-ucode" msg_info "Downloading the latest AMD Processor Microcode Package for Linux"