From a3dfc8f41de5093bee868ee14044ab9b91a874db Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 9 May 2023 04:43:43 -0400 Subject: [PATCH] Update microcode.sh remove AMD verbose confirmed working --- misc/microcode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/microcode.sh b/misc/microcode.sh index b30e3fc7..4fc7c8d9 100644 --- a/misc/microcode.sh +++ b/misc/microcode.sh @@ -76,7 +76,7 @@ amd() { msg_ok "Downloaded the latest AMD Processor Microcode Package" msg_info "Installing the AMD Processor Microcode (Patience)" - dpkg -i amd64-microcode_3.20230414.1_amd64.deb + dpkg -i amd64-microcode_3.20230414.1_amd64.deb &>/dev/null msg_ok "Installed the AMD Processor Microcode" msg_info "Cleaning up"