mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2025-04-01 11:59:13 +00:00
wownero master
This commit is contained in:
parent
32d5003c43
commit
11d64eeca5
2 changed files with 2 additions and 2 deletions
|
@ -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 .
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue