[PR #5434] [MERGED] bump scripts (Installer) from Ubuntu 22.04 to Ubuntu 24.04 (agentdvr, emby, jellyfin, plex, shinobi) #5799

Open
opened 2025-11-20 07:07:39 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5434
Author: @MickLesk
Created: 6/24/2025
Status: Merged
Merged: 6/24/2025
Merged by: @michelroegl-brunner

Base: mainHead: migrate_ubuntu_24.04


📝 Commits (2)

  • 828a52f Bump Scripts (Installer) from Ubuntu 22.04 to Ubuntu 24.04
  • 2fca530 add jsons

📊 Changes

11 files changed (+35 additions, -35 deletions)

View changed files

📝 ct/agentdvr.sh (+10 -10)
📝 ct/emby.sh (+1 -1)
📝 ct/jellyfin.sh (+15 -15)
📝 ct/plex.sh (+1 -1)
📝 ct/shinobi.sh (+2 -2)
📝 frontend/public/json/agentdvr.json (+1 -1)
📝 frontend/public/json/emby.json (+1 -1)
📝 frontend/public/json/jellyfin.json (+1 -1)
📝 frontend/public/json/plex.json (+1 -1)
📝 frontend/public/json/shinobi.json (+1 -1)
📝 frontend/public/json/ubuntu.json (+1 -1)

📄 Description

✍️ Description

Link: #5408

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 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.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/5434 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 6/24/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `migrate_ubuntu_24.04` --- ### 📝 Commits (2) - [`828a52f`](https://github.com/community-scripts/ProxmoxVE/commit/828a52fb926057f1686153a7455a4cd1292901a7) Bump Scripts (Installer) from Ubuntu 22.04 to Ubuntu 24.04 - [`2fca530`](https://github.com/community-scripts/ProxmoxVE/commit/2fca5309fe167ba024da7ca6bcfb2b0501752c99) add jsons ### 📊 Changes **11 files changed** (+35 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `ct/agentdvr.sh` (+10 -10) 📝 `ct/emby.sh` (+1 -1) 📝 `ct/jellyfin.sh` (+15 -15) 📝 `ct/plex.sh` (+1 -1) 📝 `ct/shinobi.sh` (+2 -2) 📝 `frontend/public/json/agentdvr.json` (+1 -1) 📝 `frontend/public/json/emby.json` (+1 -1) 📝 `frontend/public/json/jellyfin.json` (+1 -1) 📝 `frontend/public/json/plex.json` (+1 -1) 📝 `frontend/public/json/shinobi.json` (+1 -1) 📝 `frontend/public/json/ubuntu.json` (+1 -1) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description - old installations still 22.04 and can be manually upgraded: -> Guide: https://www.cyberciti.biz/faq/how-to-upgrade-from-ubuntu-22-04-lts-to-ubuntu-24-04-lts/ - new installations are now 24.04 LTS (expect sqlserver, that failed with 24.04, microsoft lol) ## 🔗 Related PR / Issue Link: #5408 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [x] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <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 07:07:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5799