Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/143f1f8518699a62aceadc9be74ebc1aacf84e03?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update microcode.sh

update Intel microcode
pull/1679/head
tteckster 2 years ago committed by GitHub
parent 6112e4ae33
commit 143f1f8518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.20230512.1_amd64.deb
wget -q http://ftp.debian.org/debian/pool/non-free-firmware/i/intel-microcode/intel-microcode_3.20230808.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.20230512.1_amd64.deb &>/dev/null
dpkg -i intel-microcode_3.20230808.1_amd64.deb &>/dev/null
msg_ok "Installed the Intel Processor Microcode"
msg_info "Cleaning up"
rm intel-microcode_3.20230512.1_amd64.deb
rm intel-microcode_3.20230808.1_amd64.deb
msg_ok "Cleaned"
echo -e "\n To apply the changes, the system will need to be rebooted.\n"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.