Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/e6e421b38af23293ccf8d930fc2ebec49cd10846 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update octoprint-install.sh

add `pip install wheel`
pull/1392/head
tteckster 2 years ago committed by GitHub
parent 07b088723f
commit e6e421b38a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,6 +43,7 @@ cd /opt/octoprint
python3 -m venv .
source bin/activate
pip install --upgrade pip
pip install wheel
pip install octoprint
EOF
msg_ok "Installed OctoPrint"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.