Break system packages
This commit is contained in:
parent
640bdc0552
commit
34e1335fce
@ -138,7 +138,7 @@ echo "Installing pvcbootstrapd..."
|
|||||||
cp -a bootstrap-daemon ${root_directory}/pvcbootstrapd
|
cp -a bootstrap-daemon ${root_directory}/pvcbootstrapd
|
||||||
|
|
||||||
echo "Installing PIP dependencies..."
|
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..."
|
echo "Determining IP addresses..."
|
||||||
bootstrap_address="$( awk -F'.' '{ print $1"."$2"."$3".1" }' <<<"${bootstrap_network}" )"
|
bootstrap_address="$( awk -F'.' '{ print $1"."$2"."$3".1" }' <<<"${bootstrap_network}" )"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user