mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2024-12-22 11:39:21 +00:00
switch to basicswap/basicswap repo
This commit is contained in:
parent
116a5a68c7
commit
48ee19de36
1 changed files with 6 additions and 4 deletions
|
@ -9,14 +9,16 @@ cd basicswap-bash
|
||||||
rm -rf $HOME/.local/bin/bsx
|
rm -rf $HOME/.local/bin/bsx
|
||||||
mv -f basic* bsx* $HOME/.local/bin/
|
mv -f basic* bsx* $HOME/.local/bin/
|
||||||
# Cleanup install
|
# Cleanup install
|
||||||
cd ..
|
cd $SWAP_DATADIR/basicswap
|
||||||
rm -rf basicswap-bash
|
rm -rf basicswap-bash
|
||||||
|
|
||||||
echo "Updating BasicSwapDEX" && sleep 1
|
echo "Updating BasicSwapDEX" && sleep 1
|
||||||
# Delete dangling build folder. Same as --no-cache for docker
|
# Delete dangling build folder. Same as --no-cache for docker
|
||||||
rm -rf ~/coinswaps/basicswap/build
|
rm -rf $SWAP_DATADIR/basicswap/build
|
||||||
# Fix conflicts from force-pushes
|
# Switch to new repo: basicswap/basicswap
|
||||||
git reset HEAD~5 --hard
|
git remote set-url origin https://github.com/basicswap/basicswap
|
||||||
|
# Fix conflicts from force-pushes and rebase
|
||||||
|
git reset HEAD~50 --hard
|
||||||
# Pull repo
|
# Pull repo
|
||||||
git pull
|
git pull
|
||||||
# Install
|
# Install
|
||||||
|
|
Loading…
Reference in a new issue