mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-23 21:18:07 +00:00
Add backup for pip upgrade
This commit is contained in:
parent
f36bb1e9f3
commit
6c1b62feff
|
@ -197,7 +197,7 @@ if ! skip_base_upgrades ; then
|
|||
|
||||
|
||||
# Install any pip3 software
|
||||
pip3 install --upgrade pip setuptools wheel
|
||||
pip3 install --upgrade pip setuptools wheel || pip3 install --upgrade pip setuptools wheel --use-deprecated=html5lib
|
||||
pip3 install gnureadline docker-compose pipenv bcrypt pysocks redis systemd --no-cache-dir
|
||||
pip3 install flask pam python-bitcoinrpc prometheus_client psutil transmissionrpc --no-cache-dir
|
||||
pip3 install qrcode image pyudev --no-cache-dir
|
||||
|
|
Loading…
Reference in New Issue
Block a user