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

Update microcode.sh

tweak
pull/1593/head
tteckster 2 years ago committed by GitHub
parent bfd5194118
commit 7eba5494ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,7 +92,7 @@ if ! command -v pveversion >/dev/null 2>&1; then
exit
fi
msg_info "Checking CPU Vendor"
cpu=$(lscpu | grep -oP 'Vendor ID:\s*\K\S+')
cpu=$(lscpu | grep -oP 'Vendor ID:\s*\K\S+' | head -n 1)
if [ "$cpu" == "GenuineIntel" ]; then
msg_ok "${cpu} was detected"
intel

Loading…
Cancel
Save

Powered by BW's shoe-string budget.