[PR #3378] [MERGED] [core] Rebase Scripts (formatting, highlighting & remove old deps) #4301

Closed
opened 2026-02-26 14:30:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: rebase_scripts


📝 Commits (2)

  • 94bcec1 Big Refactor: Remove Deps / Formatting & Correct End Of Line Sequence
  • f6c89b7 f

📊 Changes

290 files changed (+794 additions, -1891 deletions)

View changed files

📝 ct/ghost.sh (+3 -3)
📝 ct/gitea.sh (+1 -1)
📝 ct/glance.sh (+1 -1)
📝 ct/gokapi.sh (+1 -1)
📝 ct/hev-socks5-server.sh (+1 -1)
📝 install/2fauth-install.sh (+17 -20)
📝 install/actualbudget-install.sh (+2 -5)
📝 install/adguard-install.sh (+1 -7)
📝 install/adventurelog-install.sh (+16 -19)
📝 install/agentdvr-install.sh (+1 -4)
📝 install/alpine-docker-install.sh (+1 -1)
📝 install/alpine-grafana-install.sh (+2 -2)
📝 install/alpine-install.sh (+1 -1)
📝 install/alpine-it-tools-install.sh (+2 -2)
📝 install/alpine-nextcloud-install.sh (+2 -2)
📝 install/alpine-redis-install.sh (+3 -3)
📝 install/alpine-vaultwarden-install.sh (+2 -2)
📝 install/alpine-zigbee2mqtt-install.sh (+1 -1)
📝 install/apache-cassandra-install.sh (+1 -4)
📝 install/apache-couchdb-install.sh (+6 -9)

...and 80 more files

📄 Description

✍️ Description

  • remove sudo curl mc from all scripts (core_dep installation)
  • add LF Line Sequenz
  • format all scripts

Link: #3366

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • 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.

🔍 Code & Security Review (X in brackets)

  • Follows Code_Audit.md & CONTRIBUTING.md guidelines

📋 Additional Information (optional)


🔄 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/3378 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 3/24/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `rebase_scripts` --- ### 📝 Commits (2) - [`94bcec1`](https://github.com/community-scripts/ProxmoxVE/commit/94bcec1777f29fd116399a9bbd27db4beaed3ad2) Big Refactor: Remove Deps / Formatting & Correct End Of Line Sequence - [`f6c89b7`](https://github.com/community-scripts/ProxmoxVE/commit/f6c89b7f0d636a3650221ce72d4e9d69746e5787) f ### 📊 Changes **290 files changed** (+794 additions, -1891 deletions) <details> <summary>View changed files</summary> 📝 `ct/ghost.sh` (+3 -3) 📝 `ct/gitea.sh` (+1 -1) 📝 `ct/glance.sh` (+1 -1) 📝 `ct/gokapi.sh` (+1 -1) 📝 `ct/hev-socks5-server.sh` (+1 -1) 📝 `install/2fauth-install.sh` (+17 -20) 📝 `install/actualbudget-install.sh` (+2 -5) 📝 `install/adguard-install.sh` (+1 -7) 📝 `install/adventurelog-install.sh` (+16 -19) 📝 `install/agentdvr-install.sh` (+1 -4) 📝 `install/alpine-docker-install.sh` (+1 -1) 📝 `install/alpine-grafana-install.sh` (+2 -2) 📝 `install/alpine-install.sh` (+1 -1) 📝 `install/alpine-it-tools-install.sh` (+2 -2) 📝 `install/alpine-nextcloud-install.sh` (+2 -2) 📝 `install/alpine-redis-install.sh` (+3 -3) 📝 `install/alpine-vaultwarden-install.sh` (+2 -2) 📝 `install/alpine-zigbee2mqtt-install.sh` (+1 -1) 📝 `install/apache-cassandra-install.sh` (+1 -4) 📝 `install/apache-couchdb-install.sh` (+6 -9) _...and 80 more files_ </details> ### 📄 Description ## ✍️ Description - remove sudo curl mc from all scripts (core_dep installation) - add LF Line Sequenz - format all scripts ## 🔗 Related PR Link: #3366 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No breaking changes** – Existing functionality remains intact. - [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. - [X] ✨ **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. - [X] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [x] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- ## 🔍 Code & Security Review (**X** in brackets) - [ ] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines** ## 📋 Additional Information (optional) <!-- Add any extra context, screenshots, or references. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 14:30:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#4301
No description provided.