Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/da5e0dbd40b923928c4ab05b9a35ba323e4c7fa8?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
0 deletions
@ -73,6 +73,8 @@ apt-get install -y sudo &>/dev/null
msg_ok "Installed Dependencies"
msg_ok "Installed Dependencies"
msg_info "Installing Blocky"
msg_info "Installing Blocky"
systemctl stop systemd-resolved & >/dev/null
systemctl disable systemd-resolved.service & >/dev/null
RELEASE = $( curl -s https://api.github.com/repos/0xERR0R/blocky/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }' )
RELEASE = $( curl -s https://api.github.com/repos/0xERR0R/blocky/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }' )
wget https://github.com/0xERR0R/blocky/releases/download/v$RELEASE /blocky_${ RELEASE } _Linux_x86_64.tar.gz & >/dev/null
wget https://github.com/0xERR0R/blocky/releases/download/v$RELEASE /blocky_${ RELEASE } _Linux_x86_64.tar.gz & >/dev/null
mkdir -p /opt/blocky
mkdir -p /opt/blocky