fix ubuntu

This commit is contained in:
nahuhh 2024-01-30 11:19:59 -05:00
parent 589cc237ee
commit 4df6be2f8d

View file

@ -34,7 +34,8 @@ read -p 'Press any key to continue, or CTRL-C to exit.'
## Update & Install dependencies
sudo apt update
sudo apt install -y git wget python3-full python3-pip gnupg unzip protobuf-compiler automake libtool pkg-config curl jq
# 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
sudo mv -f -t /usr/local/bin/ basicswap-bash bsx* # Add new