mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "5b9709c93446a664ab643f9c020c0d008c718d05" and "8047265b2bbb653a9005300c30927c36fea23d60" have entirely different histories.
5b9709c934
...
8047265b2b
|
@ -71,12 +71,16 @@ intel() {
|
||||||
}
|
}
|
||||||
|
|
||||||
amd() {
|
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"
|
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
|
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_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
|
dpkg -i amd64-microcode_3.20230414.1_amd64.deb &>/dev/null
|
||||||
msg_ok "Installed the AMD Processor Microcode"
|
msg_ok "Installed the AMD Processor Microcode"
|
||||||
|
|
||||||
msg_info "Cleaning up"
|
msg_info "Cleaning up"
|
||||||
|
|
Loading…
Reference in New Issue