#26097 [Bug]: Self-hosted installation fail due to schema.prisma
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
While trying to do a basic install of LiteLLM the script fails due to the command prisma generate not being permitted.
You can also check all details on this issue in different repo: https://github.com/community-scripts/ProxmoxVE/issues/13854
### Steps to Reproduce
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/litellm.sh)"
### Relevant log output
```shell Installing Prisma CLI {'x86': False, 'risc': False, 'lts': False}
Install prebuilt node (25.9.0) ../opt/litellm/.venv/lib/python3.13/site-packages/nodeenv.py:639: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. archive.extractall(src_dir, extract_list) ... done. Error: Could not find Prisma Schema that is required for this command. You can either provide it with --schema argument, set it as prisma.schema in your package.json or put it into the default location. Checked following paths: schema.prisma: file not found p…