Remove old CLI binary before install

This commit is contained in:
Chris Wanstrath 2026-03-27 15:02:45 -07:00
parent 5ab634e245
commit db46287695

View File

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