switch to basicswap/basicswap repo

This commit is contained in:
nahuhh 2024-06-06 19:23:03 -05:00
parent 116a5a68c7
commit 48ee19de36

View file

@ -9,14 +9,16 @@ cd basicswap-bash
rm -rf $HOME/.local/bin/bsx
mv -f basic* bsx* $HOME/.local/bin/
# Cleanup install
cd ..
cd $SWAP_DATADIR/basicswap
rm -rf basicswap-bash
echo "Updating BasicSwapDEX" && sleep 1
# Delete dangling build folder. Same as --no-cache for docker
rm -rf ~/coinswaps/basicswap/build
# Fix conflicts from force-pushes
git reset HEAD~5 --hard
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
# Pull repo
git pull
# Install