fix ubuntu

This commit is contained in:
nahuhh 2024-01-30 11:37:58 -05:00
parent 4df6be2f8d
commit 89216c0774
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ mv ./coincurve-anonswap/*/{.,}* ./coincurve-anonswap || true
cd $SWAP_DATADIR/coincurve-anonswap
pip3 install .
## UBUNTU 22.04 FIX upgrade protobuf inside of venv
python -m pip --upgrade "protobuf<=3.20.1"
python3 -m pip install --upgrade "protobuf<=3.20.1"
## Clone basicswap git
cd $SWAP_DATADIR

View file

@ -34,7 +34,7 @@ read -p 'Press any key to continue, or CTRL-C to exit.'
## Update & Install dependencies
sudo apt update
# python-is-python3 for ubuntu
## python-is-python3 for ubuntu
sudo apt install -y git wget python-is-python3 python3-full python3-pip gnupg unzip protobuf-compiler automake libtool pkg-config curl jq
# Move scripts to /usr/local/bin
sudo rm -r /usr/local/bin/bsx # Remove old