mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2024-11-16 15:57:38 +00:00
10 lines
268 B
Bash
Executable file
10 lines
268 B
Bash
Executable file
#/bin/bash
|
|
# Download Scripts
|
|
curl -O basicswap-beta.tar.gz https://github.com/nahuhh/basicswap-bash/releases/download/beta/basicswap-beta.tar.gz
|
|
tar xvf basicswap-beta.tar.gz
|
|
cd basicswap-beta
|
|
# Install BasicSwapDEX
|
|
./install.sh
|
|
# Cleanup
|
|
cd ..
|
|
rm -rf basicswap-beta
|