mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "06229bedb6ab86e25c4c85c00fbc78d528cb4521" and "6112e4ae33841f42bbbe90c3f8e2cda8763de1c3" have entirely different histories.
06229bedb6
...
6112e4ae33
|
@ -10,8 +10,6 @@
|
|||
|
||||
- **Omada Controller LXC**
|
||||
- Update via script
|
||||
- **Proxmox VE Processor Microcode**
|
||||
- [Intel microcode-20230808 Release](https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230808)
|
||||
|
||||
## 2023-08-01
|
||||
|
||||
|
|
|
@ -56,15 +56,15 @@ intel() {
|
|||
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.20230808.1_amd64.deb
|
||||
wget -q http://ftp.debian.org/debian/pool/non-free-firmware/i/intel-microcode/intel-microcode_3.20230512.1_amd64.deb
|
||||
msg_ok "Downloaded the latest Intel Processor Microcode Package"
|
||||
|
||||
msg_info "Installing the Intel Processor Microcode (Patience)"
|
||||
dpkg -i intel-microcode_3.20230808.1_amd64.deb &>/dev/null
|
||||
dpkg -i intel-microcode_3.20230512.1_amd64.deb &>/dev/null
|
||||
msg_ok "Installed the Intel Processor Microcode"
|
||||
|
||||
msg_info "Cleaning up"
|
||||
rm intel-microcode_3.20230808.1_amd64.deb
|
||||
rm intel-microcode_3.20230512.1_amd64.deb
|
||||
msg_ok "Cleaned"
|
||||
|
||||
echo -e "\n To apply the changes, the system will need to be rebooted.\n"
|
||||
|
|
Loading…
Reference in New Issue