Skip to content

Commit 01ccfc0

Browse files
authored
fix pip3
1 parent c055781 commit 01ccfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/spoolman-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ curl -fsSL "https://github.com/Donkie/Spoolman/releases/download/$RELEASE/spoolm
3737
$STD unzip spoolman.zip -d spoolman
3838
rm -rf spoolman.zip
3939
cd spoolman
40-
$STD pip3 install -r requirements.txt
40+
$STD pip3 install --upgrade --ignore-installed -r requirements.txt
4141
curl -fsSL "https://raw.githubusercontent.com/Donkie/Spoolman/master/.env.example" -o ".env"
4242
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
4343
msg_ok "Installed Spoolman"

0 commit comments

Comments
 (0)