install: mac/zsh doesn't like cp -t

This commit is contained in:
nahuhh 2024-11-07 17:48:57 +00:00
parent 4b7cbe98b4
commit e2a574cf9b

View file

@ -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