From 36a0528b99fc1b1cfcd894f9f2439e8024d4864d Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 8 May 2023 13:37:09 -0400 Subject: [PATCH] Update microcode.sh set AMD to verbose --- misc/microcode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/microcode.sh b/misc/microcode.sh index 30218ee9..1eb68105 100644 --- a/misc/microcode.sh +++ b/misc/microcode.sh @@ -57,7 +57,7 @@ intel() { msg_ok "Downloaded the latest Intel Processor Microcode Package" msg_info "Installing the Intel Processor Microcode (Patience)" - dpkg -i intel-microcode_3.20230214.1_amd64.deb &>/dev/null + dpkg -i intel-microcode_3.20230214.1_amd64.deb msg_ok "Installed the Intel Processor Microcode" msg_info "Cleaning up"