Update microcode.sh

tweak
This commit is contained in:
tteckster 2023-05-08 12:10:34 -04:00 committed by GitHub
parent c295a9a6f9
commit 8047265b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"