mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2024-11-16 15:57:38 +00:00
dont delete coin_versions
This commit is contained in:
parent
1beef16e0d
commit
229655d4d9
2 changed files with 3 additions and 3 deletions
|
@ -4,14 +4,14 @@ BasicSwapDEX on Windows(WSL)/Debian/Ubuntu/Arch/Fedora
|
|||
|
||||
### New Installation
|
||||
```bash
|
||||
git clone https://github.com/nahuhh/basicswap-bash
|
||||
git clone https://github.com/nahuhh/basicswap-bash -b dev
|
||||
cd basicswap-bash && ./install.sh
|
||||
cd .. && rm -rf basicswap-bash
|
||||
```
|
||||
### Update scripts from older versions
|
||||
``` bash
|
||||
cd ~/coinswaps/basicswap
|
||||
git clone https://github.com/nahuhh/basicswap-bash
|
||||
git clone https://github.com/nahuhh/basicswap-bash -b dev
|
||||
cd basicswap-bash
|
||||
mkdir -p $HOME/.local/bin
|
||||
rm -r $HOME/.local/bin/bsx
|
||||
|
|
|
@ -30,4 +30,4 @@ $SWAP_DATADIR/venv/bin/pip install .
|
|||
$HOME/.local/bin/bsx/auto_coinupd8.sh
|
||||
|
||||
# Cleanup
|
||||
rm -rf basicswap-bash core_versions
|
||||
rm -rf basicswap-bash
|
||||
|
|
Loading…
Reference in a new issue