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

Update microcode.sh ()

Verify iucode-tool is installed
pull/1689/head
iveilleux 2 years ago committed by GitHub
parent d226b7a2f3
commit f38378b79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ done
header_info
intel() {
if ! apt -qq list iucode-tool >/dev/null 2>&1; then
if ! apt -qq list --installed iucode-tool >/dev/null 2>&1; then
msg_info "Installing iucode-tool: a tool for updating Intel processor microcode"
apt-get install -y iucode-tool &>/dev/null
msg_ok "Installed iucode-tool"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.