Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/f15190ebd4ab734bd6f8d15b14f69ebeb7b92139?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
2 deletions
@ -74,11 +74,11 @@ msg_ok "Installed Dependencies"
WEBVAULT = $( curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \
WEBVAULT = $( curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \
| grep "tag_name" \
| grep "tag_name" \
| awk '{print substr($2, 2, length($2)-3) }' ) \
| awk '{print substr($2, 2, length($2)-3) }' )
VAULT = $( curl -s https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest \
VAULT = $( curl -s https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest \
| grep "tag_name" \
| grep "tag_name" \
| awk '{print substr($2, 2, length($2)-3) }' ) \
| awk '{print substr($2, 2, length($2)-3) }' )
msg_info "Installing Rust"
msg_info "Installing Rust"
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal & >/dev/null
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal & >/dev/null