vyladený štart
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user