Add backup for pip upgrade

This commit is contained in:
Taylor Helsper 2022-02-12 19:32:46 -06:00
parent f36bb1e9f3
commit 6c1b62feff

View File

@ -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