feat: edit start_service script and add pixi to master service

This commit is contained in:
Benjamin Labrecque
2026-07-21 16:15:06 +02:00
parent 91cb501f17
commit 6ca5cfcf0d
4 changed files with 1012 additions and 17 deletions
+3
View File
@@ -28,6 +28,9 @@ cd /tmp
curl -LO https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.xz
tar -xf node-v20.11.1-linux-x64.tar.xz --strip-components=2 -C ~/.local/bin/ node-v20.11.1-linux-x64/bin/
rm node-v20.11.1-linux-x64.tar.xz
# Install pixi
curl -fsSL https://pixi.sh/install.sh | sh
```
## Manually run the runner