10 lines
203 B
Bash
10 lines
203 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
corepack enable
|
|
corepack prepare pnpm@10.33.0 --activate
|
|
|
|
ln -sf /host-home/.gitconfig /root/.gitconfig
|
|
ln -sf /host-home/.git-credentials /root/.git-credentials
|
|
|
|
pnpm install |