mirror of https://github.com/tteck/Proxmox.git
Compare commits
4 Commits
8047265b2b
...
5b9709c934
Author | SHA1 | Date |
---|---|---|
|
5b9709c934 | |
|
62bc660058 | |
|
36a0528b99 | |
|
22a2061702 |
|
@ -71,16 +71,12 @@ intel() {
|
|||
}
|
||||
|
||||
amd() {
|
||||
msg_info "Installing amd-ucode: a tool for updating AMD processor microcode"
|
||||
apt-get install -y amd64-microcode &>/dev/null
|
||||
msg_ok "Installed amd-ucode"
|
||||
|
||||
msg_info "Downloading the latest AMD Processor Microcode Package for Linux"
|
||||
wget -q http://ftp.debian.org/debian/pool/non-free-firmware/a/amd64-microcode/amd64-microcode_3.20230414.1_amd64.deb
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue