Files
handbook/docker/scripts/boot.sh
T
2026-06-24 14:16:58 -07:00

7 lines
177 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
pip3 install uv==0.11.2
curl -fsSL https://bun.sh/install | BUN_INSTALL=/usr/local BUN_VERSION=v1.3.11 bash
bun install --frozen-lockfile