From 34e1335fce82f55e5a75fecc43b44cc001006efc Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 24 Oct 2024 12:41:06 -0400 Subject: [PATCH] Break system packages --- install-pvcbootstrapd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-pvcbootstrapd.sh b/install-pvcbootstrapd.sh index aaf27c3..ab51531 100755 --- a/install-pvcbootstrapd.sh +++ b/install-pvcbootstrapd.sh @@ -138,7 +138,7 @@ echo "Installing pvcbootstrapd..." cp -a bootstrap-daemon ${root_directory}/pvcbootstrapd echo "Installing PIP dependencies..." -sudo pip3 install -r ${root_directory}/pvcbootstrapd/requirements.txt +sudo pip3 install --break-system-packages -r ${root_directory}/pvcbootstrapd/requirements.txt echo "Determining IP addresses..." bootstrap_address="$( awk -F'.' '{ print $1"."$2"."$3".1" }' <<<"${bootstrap_network}" )"