forked from defunkt/toes
Remove old CLI binary before install
This commit is contained in:
parent
5ab634e245
commit
db46287695
|
|
@ -118,6 +118,7 @@ info "Setting up SSH access"
|
||||||
sudo bash "$DEST/scripts/setup-ssh.sh"
|
sudo bash "$DEST/scripts/setup-ssh.sh"
|
||||||
|
|
||||||
info "Installing CLI"
|
info "Installing CLI"
|
||||||
|
sudo rm -f /usr/local/bin/toes
|
||||||
bun run cli:build
|
bun run cli:build
|
||||||
sudo cp dist/toes /usr/local/bin/toes
|
sudo cp dist/toes /usr/local/bin/toes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user