Break system packages

This commit is contained in:
Joshua Boniface 2024-10-24 12:41:06 -04:00
parent 640bdc0552
commit 34e1335fce
1 changed files with 1 additions and 1 deletions

View File

@ -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}" )"