[PR #2982] [CLOSED] RomM Proxmox Helper Script #4011

Closed
opened 2025-11-20 06:07:51 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2982
Author: @DevelopmentCats
Created: 3/10/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

4 files changed (+300 additions, -0 deletions)

View changed files

ct/headers/romm (+6 -0)
ct/romm.sh (+57 -0)
install/romm-install.sh (+203 -0)
json/romm.json (+34 -0)

📄 Description

✍️ Description

Complete Installation Script for RomM utilizing Debian 12 and Docker V2

Tested by modifying build.func to point to forked repo and then reverted before pull.

Link: # https://github.com/community-scripts/ProxmoxVE/discussions/1927

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.

📋 Additional Information (optional)

I already generated the header with figlet slant


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/2982 **Author:** [@DevelopmentCats](https://github.com/DevelopmentCats) **Created:** 3/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`bd0e9b5`](https://github.com/community-scripts/ProxmoxVE/commit/bd0e9b5c004ee2cf3a03c90715e39c522157ba56) Create romm.sh - [`2bbda91`](https://github.com/community-scripts/ProxmoxVE/commit/2bbda913ec7d5edee8b5d9d59179a26b9059054c) Create romm - [`8998577`](https://github.com/community-scripts/ProxmoxVE/commit/899857776a0b798017c3dc97dfe00fbea2d43488) Create romm-install.sh - [`d4c451d`](https://github.com/community-scripts/ProxmoxVE/commit/d4c451d229d73d5af060eb8df769596882251e4a) Update romm-install.sh - [`cffdcd8`](https://github.com/community-scripts/ProxmoxVE/commit/cffdcd8b83e5f90e32efdfc80a37bab58cf28e70) Create romm.json - [`15e8236`](https://github.com/community-scripts/ProxmoxVE/commit/15e823618ea605d9c2ca183cc2c78a0ad16c5307) Create .gitignore - [`8ce2a6f`](https://github.com/community-scripts/ProxmoxVE/commit/8ce2a6f063139888f006b3784f497f8be0777e9d) Update .gitignore - [`6181fa5`](https://github.com/community-scripts/ProxmoxVE/commit/6181fa517f199ce52e52894a40f167322d2597cc) Update .gitignore - [`e1e37e4`](https://github.com/community-scripts/ProxmoxVE/commit/e1e37e4c67d565737d5b16d1c345a34fef68e79a) Update build.func - [`12590df`](https://github.com/community-scripts/ProxmoxVE/commit/12590df9ee472680a2e1afaad99a23209e58d2a9) Update romm.sh ### 📊 Changes **4 files changed** (+300 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/headers/romm` (+6 -0) ➕ `ct/romm.sh` (+57 -0) ➕ `install/romm-install.sh` (+203 -0) ➕ `json/romm.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description Complete Installation Script for RomM utilizing Debian 12 and Docker V2 Tested by modifying build.func to point to forked repo and then reverted before pull. ## 🔗 Related PR / Discussion / Issue Link: # https://github.com/community-scripts/ProxmoxVE/discussions/1927 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [X] **Self-review performed** – Code follows established patterns and conventions. - [X] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [X] 🆕 **New script** – A fully functional and tested script or script set. - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. ## 📋 Additional Information (optional) I already generated the header with figlet slant --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:07:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4011