wownero master

This commit is contained in:
nahuhh 2024-06-21 20:48:18 -05:00
parent 32d5003c43
commit 1531ba9034
3 changed files with 4 additions and 4 deletions

View file

@ -4,14 +4,14 @@ BasicSwapDEX on Windows(WSL)/Debian/Ubuntu/Arch/Fedora
### New Installation ### New Installation
```bash ```bash
git clone https://github.com/nahuhh/basicswap-bash -b dev git clone https://github.com/nahuhh/basicswap-bash
cd basicswap-bash && ./install.sh cd basicswap-bash && ./install.sh
cd .. && rm -rf basicswap-bash cd .. && rm -rf basicswap-bash
``` ```
### Update scripts from older versions ### Update scripts from older versions
``` bash ``` bash
cd ~/coinswaps/basicswap cd ~/coinswaps/basicswap
git clone https://github.com/nahuhh/basicswap-bash -b dev git clone https://github.com/nahuhh/basicswap-bash
cd basicswap-bash cd basicswap-bash
mkdir -p $HOME/.local/bin mkdir -p $HOME/.local/bin
rm -r $HOME/.local/bin/bsx rm -r $HOME/.local/bin/bsx

View file

@ -15,7 +15,7 @@ $SWAP_DATADIR/venv/bin/pip install .
## Clone basicswap git ## Clone basicswap git
cd $SWAP_DATADIR cd $SWAP_DATADIR
git clone https://github.com/basicswap/basicswap -b dev git clone https://github.com/basicswap/basicswap
cd $SWAP_DATADIR/basicswap cd $SWAP_DATADIR/basicswap
## Install basicswap ## Install basicswap
$SWAP_DATADIR/venv/bin/pip install . $SWAP_DATADIR/venv/bin/pip install .

View file

@ -18,7 +18,7 @@ rm -rf $SWAP_DATADIR/basicswap/build
# Switch to new repo: basicswap/basicswap # Switch to new repo: basicswap/basicswap
git remote set-url origin https://github.com/basicswap/basicswap git remote set-url origin https://github.com/basicswap/basicswap
# Fix conflicts from force-pushes and rebase # Fix conflicts from force-pushes and rebase
git reset HEAD~50 --hard git checkout master
# Pull repo # Pull repo
git pull git pull
# Install # Install