aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-14 18:15:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-14 18:15:34 -0300
commit1c4616fb2c571bd38f045aa131aea284bdbdfb19 (patch)
tree760bde3e2024af3205a71d2ad0a5189ea9bd5fd1
parent1d188c127a7bfe5c67c80ccce5e4f72324622933 (diff)
downloadcopyfarai-1c4616fb2c571bd38f045aa131aea284bdbdfb19.tar.gz
copyfarai-1c4616fb2c571bd38f045aa131aea284bdbdfb19.tar.bz2
Fix: provision: pip3 with --break-system-packages
-rwxr-xr-xscripts/provision2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/provision b/scripts/provision
index d966c9d..0d7c65d 100755
--- a/scripts/provision
+++ b/scripts/provision
@@ -24,4 +24,4 @@ $SUDO apt-get update && $SUDO apt-get dist-upgrade -y && $SUDO apt-get autoremov
$SUDO apt install -y $DEPENDENCIES
# Install python dependencies
-pip3 install $DEPENDENCIES_PIP
+pip3 install --break-system-packages $DEPENDENCIES_PIP