mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2024-11-16 15:57:38 +00:00
fix ubuntu
This commit is contained in:
parent
4df6be2f8d
commit
89216c0774
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue