Reorder setup steps and remove quiet wrapper

This commit is contained in:
Chris Wanstrath 2026-03-23 18:26:31 -07:00
parent df05cbd3aa
commit 7588ef5564

View File

@ -114,12 +114,12 @@ done
# ── CLI + SSH ────────────────────────────────────────────
info "Installing CLI"
quiet bun run cli:build
sudo cp dist/toes /usr/local/bin/toes
info "Setting up SSH access"
quiet sudo bash "$DEST/scripts/setup-ssh.sh"
sudo bash "$DEST/scripts/setup-ssh.sh"
info "Installing CLI"
bun run cli:build
sudo cp dist/toes /usr/local/bin/toes
# ── Systemd ──────────────────────────────────────────────