mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-06-30 02:57:38 +00:00
Update spoolman-install.sh
This commit is contained in:
@ -27,7 +27,7 @@ fetch_and_deploy_gh_release "spoolman" "Donkie/Spoolman" "prebuild" "latest" "/o
|
||||
msg_info "Installing Spoolman"
|
||||
cd /opt/spoolman
|
||||
$STD uv venv /opt/spoolman/.venv
|
||||
$STD /opt/spoolman/.venv/bin/python -m pip install -r requirements.txt
|
||||
$STD /opt/spoolman/.venv/bin/uv pip install -r requirements.txt
|
||||
curl -fsSL "https://raw.githubusercontent.com/Donkie/Spoolman/master/.env.example" -o ".env"
|
||||
msg_ok "Installed Spoolman"
|
||||
|
||||
|
Reference in New Issue
Block a user