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