Skip to content

Commit

Permalink
Temporary fix for newer pip versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiarn committed Dec 30, 2024
1 parent 320732b commit 58e20b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/postinst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# postinst script for linuxmuster-tools8
# postinst script for linuxmuster-tools7
# GPL v3
#

Expand All @@ -18,7 +18,7 @@ msg()
case "$1" in
install|configure)
msg "Install Python requirements"
/usr/bin/python3 -m pip install -r /usr/lib/python3/dist-packages/linuxmusterTools/requirements.txt
/usr/bin/python3 -m pip install -r /usr/lib/python3/dist-packages/linuxmusterTools/requirements.txt --break-system-packages

msg "Checking post-hooks directories"
mkdir -p /etc/linuxmuster/tools/hooks/group-manager
Expand Down

0 comments on commit 58e20b2

Please sign in to comment.