Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/22a20617023edd67dfcd951d08e900021fe3d2b8?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
8 deletions
@ -51,11 +51,8 @@ msg_error() {
}
}
intel( ) {
intel( ) {
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"
msg_info "Downloading the latest Intel Processor Microcode Package for Linux"
msg_info "Downloading the latest Intel Processor Microcode Package for Linux"
apt-get install -y iucode-tool & >/dev/null
wget -q http://ftp.debian.org/debian/pool/non-free-firmware/i/intel-microcode/intel-microcode_3.20230214.1_amd64.deb
wget -q http://ftp.debian.org/debian/pool/non-free-firmware/i/intel-microcode/intel-microcode_3.20230214.1_amd64.deb
msg_ok "Downloaded the latest Intel Processor Microcode Package"
msg_ok "Downloaded the latest Intel Processor Microcode Package"
@ -71,10 +68,6 @@ 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"