mirror of
https://github.com/km4ack/73Linux
synced 2026-08-13 17:51:54 -04:00
fix instance where pip not installed
This commit is contained in:
parent
58bae2460f
commit
4ea1baaa4a
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue