소스 검색

Update microcode.sh

tweak
tteckster 2 년 전
부모
커밋
8047265b2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      misc/microcode.sh

+ 1 - 1
misc/microcode.sh

@@ -72,7 +72,7 @@ intel() {
 
 amd() {
   msg_info "Installing amd-ucode: a tool for updating AMD processor microcode"
-  apt-get install -y amd-ucode &>/dev/null
+  apt-get install -y amd64-microcode &>/dev/null
   msg_ok "Installed amd-ucode"
 
   msg_info "Downloading the latest AMD Processor Microcode Package for Linux"