Skip to content

Commit

Permalink
Update 00-run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed May 26, 2024
1 parent 1bd24f5 commit d2d3c6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stage-honeypi/01-install-honeypi/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ mkdir -p /etc/ntpsec/
echo 'Configuring pip and setting global.break-system-packages'
run_in_chroot "
python3 -m pip config set global.break-system-packages true
mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.old || true
if [ -f /usr/lib/python3.11/EXTERNALLY-MANAGED ]; then
mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.old || true
fi
export PIP_ROOT_USER_ACTION=ignore
python3 -m pip install --upgrade pip
"
Expand Down

0 comments on commit d2d3c6e

Please sign in to comment.