mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2024-11-16 15:57:38 +00:00
install: mac/zsh doesn't like cp -t
This commit is contained in:
parent
4b7cbe98b4
commit
e2a574cf9b
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ fi
|
|||
if [[ -d $HOME/.local/bin/bsx ]]; then
|
||||
rm -r $HOME/.local/bin/bsx* $HOME/.local/bin/basicswap-bash
|
||||
fi
|
||||
cp -r -t $HOME/.local/bin/ basicswap-bash bsx*
|
||||
cp -r basicswap-bash bsx* $HOME/.local/bin/
|
||||
|
||||
## Make venv and set variables for install
|
||||
export monerod_addr=$monerod_addr
|
||||
|
|
Loading…
Reference in a new issue