dont delete coin_versions

This commit is contained in:
nahuhh 2024-09-20 22:09:54 +00:00
parent 1beef16e0d
commit 229655d4d9
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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