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

Update spoolman-install.sh

fix install
pull/3818/head
tteckster 8 months ago committed by GitHub
parent 1ff0979cee
commit 015e8f4393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,11 +36,10 @@ $STD apt-get install -y \
msg_ok "Installed Python3"
msg_info "Installing Spoolman"
cd /opt
RELEASE=$(wget -q https://github.com/Donkie/Spoolman/releases/latest -O - | grep "title>Release" | cut -d " " -f 4)
cd /opt
wget -q https://github.com/Donkie/Spoolman/releases/download/$RELEASE/spoolman.zip
unzip -q spoolman.zip -d spoolman
unzip -q spoolman.zip
rm -rf spoolman.zip
cd spoolman
$STD pip3 install -r requirements.txt

Loading…
Cancel
Save

Powered by BW's shoe-string budget.