فهرست منبع

Update microcode.sh

tweak
tteckster 2 سال پیش
والد
کامیت
5b9709c934
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      misc/microcode.sh

+ 4 - 1
misc/microcode.sh

@@ -51,8 +51,11 @@ msg_error() {
 }
 }
 
 
 intel() {
 intel() {
-  msg_info "Downloading the latest Intel Processor Microcode Package for Linux"
+  msg_info "Installing iucode-tool: a tool for updating Intel processor microcode"
   apt-get install -y iucode-tool &>/dev/null
   apt-get install -y iucode-tool &>/dev/null
+  msg_ok "Installed iucode-tool"
+  
+  msg_info "Downloading the latest Intel Processor Microcode Package for Linux"
   wget -q http://ftp.debian.org/debian/pool/non-free-firmware/i/intel-microcode/intel-microcode_3.20230214.1_amd64.deb
   wget -q http://ftp.debian.org/debian/pool/non-free-firmware/i/intel-microcode/intel-microcode_3.20230214.1_amd64.deb
   msg_ok "Downloaded the latest Intel Processor Microcode Package"
   msg_ok "Downloaded the latest Intel Processor Microcode Package"