From 89216c0774117128cb406274bf9ae33c974914d6 Mon Sep 17 00:00:00 2001 From: nahuhh Date: Tue, 30 Jan 2024 11:37:58 -0500 Subject: [PATCH] fix ubuntu --- bsx/setup.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsx/setup.sh b/bsx/setup.sh index b8aa874..3196986 100755 --- a/bsx/setup.sh +++ b/bsx/setup.sh @@ -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 diff --git a/install.sh b/install.sh index d30598e..4def4bd 100755 --- a/install.sh +++ b/install.sh @@ -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