7e033191e333aecb080d363a4a05d49b5d31a31e
Restores the enterprise-extensions install step (install:ee) and stops it hanging during "Installing Grist". install:ee clones the private grist-ee repo and falls back to a public prebuilt tarball when the clone fails. On a host with an attached terminal and no signed-in GitHub user, git does not fail - it blocks on "Username for 'https://github.com':", so the install hangs forever. GIT_TERMINAL_PROMPT=0 makes the clone fail fast so the tarball fallback runs as intended. Refs community-scripts/ProxmoxVE#14782
🚧 ProxmoxVED Helper-Scripts (Development Repository)
Warning: This repository is under active development and is not intended for production use. Changes may occur at any time!
🔧 What is this?
This repository contains a collection of scripts for managing and automating Proxmox Virtual Environment (Proxmox VE). Originally created by tteck, the project is now community-driven and continues to evolve.
Want to help?
Follow here to see our Documentations.
🚀 Development Status
- ⚠️ Unstable: Features may be incomplete or subject to change.
- 📢 Community-driven: Contributions and feedback are welcome.
- 🔄 Frequent updates: Active development means rapid iterations and fixes.
💬 Get Involved
Join the discussion, contribute code, or report issues:
- Discord: Join the Proxmox Helper Scripts Discord server
- GitHub Issues: Report bugs or request features
📜 License
This project is licensed under the MIT License.
Proxmox® is a registered trademark of Proxmox Server Solutions GmbH.
Description
Languages
Shell
100%