fix instance where pip not installed

This commit is contained in:
Jason 2026-02-23 19:34:50 -06:00
parent 58bae2460f
commit 4ea1baaa4a

View file

@ -38,6 +38,7 @@ and install the application. This cycle must be completed each
time you want 73Linux to install or update Chirp.
EOF
else
sudo -A apt install python3-pip
PIP_BREAK_SYSTEM_PACKAGES=1 pip install websockets --force-reinstall
PIP_BREAK_SYSTEM_PACKAGES=1 pip install $HOME/Downloads/${ck} --force-reinstall
rm $HOME/Downloads/${ck}