[PR #2600] [MERGED] Fix: Omada check for AVX Support and use the correct MongoDB Version #3758

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2600
Author: @MickLesk
Created: 2/24/2025
Status: Merged
Merged: 2/24/2025
Merged by: @tremor021

Base: mainHead: Omada_Fix


📝 Commits (3)

📊 Changes

2 files changed (+48 additions, -20 deletions)

View changed files

📝 ct/omada.sh (+16 -3)
📝 install/omada-install.sh (+32 -17)

📄 Description

✍️ Description

  • check if cpu has avx support
  • set correct mongodb version for this

Link: #2125

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:

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.

🔄 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/2600 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 2/24/2025 **Status:** ✅ Merged **Merged:** 2/24/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `Omada_Fix` --- ### 📝 Commits (3) - [`1c8ed5a`](https://github.com/community-scripts/ProxmoxVE/commit/1c8ed5a7ca20bdc665146be927e4eada433727f9) Update omada-install.sh - [`c4cb339`](https://github.com/community-scripts/ProxmoxVE/commit/c4cb3392241a543f53968ce2284812101d62e351) Update omada-install.sh - [`38fc6d3`](https://github.com/community-scripts/ProxmoxVE/commit/38fc6d30e13501477d9faf4735b6fa76dea85426) Update omada.sh ### 📊 Changes **2 files changed** (+48 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `ct/omada.sh` (+16 -3) 📝 `install/omada-install.sh` (+32 -17) </details> ### 📄 Description ## ✍️ Description - check if cpu has avx support - set correct mongodb version for this ## 🔗 Related PR / Discussion / Issue Link: #2125 ## ✅ 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] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. --- <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:06:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3758