[PR #257] [CLOSED] Add RomM #2452

Closed
opened 2025-11-20 05:30:05 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/257
Author: @SavageCore
Created: 11/14/2024
Status: Closed

Base: mainHead: feature/romm


📝 Commits (2)

  • b930224 Add RomM
  • ece5cd2 Merge branch 'community-scripts:main' into feature/romm

📊 Changes

4 files changed (+202 additions, -1 deletions)

View changed files

ct/romm.sh (+71 -0)
install/romm-install.sh (+83 -0)
json/romm.json (+47 -0)
📝 misc/build.func (+1 -1)

📄 Description

Description

I see in your note you don't often merge gaming scripts, that's a shame. Oh well the work is done now.

Add installer for RomM.

Originally requested here and here.

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

🔄 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/257 **Author:** [@SavageCore](https://github.com/SavageCore) **Created:** 11/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/romm` --- ### 📝 Commits (2) - [`b930224`](https://github.com/community-scripts/ProxmoxVE/commit/b930224e22b143c2347630c77937c418a841d5a4) Add RomM - [`ece5cd2`](https://github.com/community-scripts/ProxmoxVE/commit/ece5cd205aafb150ecfe80992126d131b0878dd6) Merge branch 'community-scripts:main' into feature/romm ### 📊 Changes **4 files changed** (+202 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `ct/romm.sh` (+71 -0) ➕ `install/romm-install.sh` (+83 -0) ➕ `json/romm.json` (+47 -0) 📝 `misc/build.func` (+1 -1) </details> ### 📄 Description ## Description I see in your note you don't often merge gaming scripts, that's a shame. Oh well the work is done now. Add installer for [RomM](https://github.com/rommapp/romm). Originally requested [here](https://github.com/tteck/Proxmox/discussions/3468) and [here](https://github.com/tteck/Proxmox/discussions/50#discussioncomment-11103161). ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) --- <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 05:30:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2452