ソースを参照

Update microcode.sh

tteckster 2 年 前
コミット
62bc660058
1 ファイル変更2 行追加2 行削除
  1. 2 2
      misc/microcode.sh

+ 2 - 2
misc/microcode.sh

@@ -57,7 +57,7 @@ intel() {
   msg_ok "Downloaded the latest Intel Processor Microcode Package"
   msg_ok "Downloaded the latest Intel Processor Microcode Package"
 
 
   msg_info "Installing the Intel Processor Microcode (Patience)"
   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_ok "Installed the Intel Processor Microcode"
 
 
   msg_info "Cleaning up"
   msg_info "Cleaning up"
@@ -73,7 +73,7 @@ amd() {
   msg_ok "Downloaded the latest AMD Processor Microcode Package"
   msg_ok "Downloaded the latest AMD Processor Microcode Package"
 
 
   msg_info "Installing the AMD Processor Microcode (Patience)"
   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_ok "Installed the AMD Processor Microcode"
 
 
   msg_info "Cleaning up"
   msg_info "Cleaning up"