From 62bc6600580a0ab15914517e29f0ea7b224e8618 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 8 May 2023 13:37:49 -0400 Subject: [PATCH] Update microcode.sh --- misc/microcode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/microcode.sh b/misc/microcode.sh index 1eb68105..ba80a7ce 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 + dpkg -i intel-microcode_3.20230214.1_amd64.deb &>/dev/null msg_ok "Installed the Intel Processor Microcode" msg_info "Cleaning up" @@ -73,7 +73,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 &>/dev/null + dpkg -i amd64-microcode_3.20230414.1_amd64.deb msg_ok "Installed the AMD Processor Microcode" msg_info "Cleaning up"