diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-12-24 17:23:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-12-24 17:23:50 -0300 |
commit | 20dddec1a9bde9e29820f311465d9998446a3007 (patch) | |
tree | f2642f5328d4f7aeda73035b3cd312a5b2305cb5 /scripts | |
parent | 17e223d8e2e96008db5bbb7e57c52e5f1e319fdc (diff) | |
download | templates-20dddec1a9bde9e29820f311465d9998446a3007.tar.gz templates-20dddec1a9bde9e29820f311465d9998446a3007.tar.bz2 |
Updates protocolos
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/provision | 2 |
1 files changed, 1 insertions, 1 deletions
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 |