Reorder setup steps and remove quiet wrapper
This commit is contained in:
parent
df05cbd3aa
commit
7588ef5564
|
|
@ -114,12 +114,12 @@ done
|
||||||
|
|
||||||
# ── CLI + SSH ────────────────────────────────────────────
|
# ── CLI + SSH ────────────────────────────────────────────
|
||||||
|
|
||||||
info "Installing CLI"
|
|
||||||
quiet bun run cli:build
|
|
||||||
sudo cp dist/toes /usr/local/bin/toes
|
|
||||||
|
|
||||||
info "Setting up SSH access"
|
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 ──────────────────────────────────────────────
|
# ── Systemd ──────────────────────────────────────────────
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user