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

Update code-server.sh

Add `curl`
pull/2866/head
tteckster 1 year ago committed by GitHub
parent 105fa6e8c4
commit afe93a2b48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -69,6 +69,7 @@ function msg_ok() {
msg_info "Installing Dependencies"
apt-get update &>/dev/null
apt-get install -y curl &>/dev/null
apt-get install -y git &>/dev/null
msg_ok "Installed Dependencies"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.