mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2025-03-31 03:29:02 +00:00
fix ubuntu
This commit is contained in:
parent
589cc237ee
commit
4df6be2f8d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue