Skip to content

Commit

Permalink
wownero master
Browse files Browse the repository at this point in the history
  • Loading branch information
nahuhh committed Jun 22, 2024
1 parent 32d5003 commit 1531ba9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ BasicSwapDEX on Windows(WSL)/Debian/Ubuntu/Arch/Fedora

### New Installation
```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 .. && rm -rf basicswap-bash
```
### Update scripts from older versions
``` bash
cd ~/coinswaps/basicswap
git clone https://github.com/nahuhh/basicswap-bash -b dev
git clone https://github.com/nahuhh/basicswap-bash
cd basicswap-bash
mkdir -p $HOME/.local/bin
rm -r $HOME/.local/bin/bsx
Expand Down
2 changes: 1 addition & 1 deletion bsx/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $SWAP_DATADIR/venv/bin/pip install .

## Clone basicswap git
cd $SWAP_DATADIR
git clone https://github.com/basicswap/basicswap -b dev
git clone https://github.com/basicswap/basicswap
cd $SWAP_DATADIR/basicswap
## Install basicswap
$SWAP_DATADIR/venv/bin/pip install .
Expand Down
2 changes: 1 addition & 1 deletion bsx/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rm -rf $SWAP_DATADIR/basicswap/build
# Switch to new repo: basicswap/basicswap
git remote set-url origin https://github.com/basicswap/basicswap
# Fix conflicts from force-pushes and rebase
git reset HEAD~50 --hard
git checkout master
# Pull repo
git pull
# Install
Expand Down

0 comments on commit 1531ba9

Please sign in to comment.