From 01ccfc023a6714fb1c9791e210327f33a93e2eba Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:07:01 +0200 Subject: [PATCH] fix pip3 --- install/spoolman-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/spoolman-install.sh b/install/spoolman-install.sh index be888ed76..9d8b162ea 100644 --- a/install/spoolman-install.sh +++ b/install/spoolman-install.sh @@ -37,7 +37,7 @@ curl -fsSL "https://github.com/Donkie/Spoolman/releases/download/$RELEASE/spoolm $STD unzip spoolman.zip -d spoolman rm -rf spoolman.zip cd spoolman -$STD pip3 install -r requirements.txt +$STD pip3 install --upgrade --ignore-installed -r requirements.txt curl -fsSL "https://raw.githubusercontent.com/Donkie/Spoolman/master/.env.example" -o ".env" echo "${RELEASE}" >/opt/${APPLICATION}_version.txt msg_ok "Installed Spoolman"