From 20dddec1a9bde9e29820f311465d9998446a3007 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 24 Dec 2023 17:23:50 -0300 Subject: Updates protocolos --- scripts/provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/provision b/scripts/provision index 7e888c8..0b4418f 100755 --- a/scripts/provision +++ b/scripts/provision @@ -22,7 +22,7 @@ sudo apt-get update && sudo apt-get dist-upgrade -y && sudo apt-get autoremove - sudo apt install -y $DEPENDENCIES # Install python dependencies -pip3 install $DEPENDENCIES_PIP +pip3 install --break-system-packages $DEPENDENCIES_PIP # Configure an onion service trashman install tor-onion-service -- cgit v1.2.3