mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-05-04 08:31:49 +00:00
62e3335adf
* fix(reactive-resume): add git dependency for v5.0.13+ Reactive Resume v5.0.13 uses vite-plus (vp config) in its prepare script which requires git. Without it, pnpm install fails with 'git command not found' (ELIFECYCLE exit code 1). Closes #13110 * Add dependency check for git before stopping services