[PR #9057] [MERGED] Refactor: evcc #7801

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/9057
Author: @CrazyWolf13
Created: 11/11/2025
Status: Merged
Merged: 11/12/2025
Merged by: @MickLesk

Base: mainHead: CrazyWolf13-patch-6


📝 Commits (9)

📊 Changes

2 files changed (+17 additions, -14 deletions)

View changed files

📝 ct/evcc.sh (+10 -2)
📝 install/evcc-install.sh (+7 -12)

📄 Description

✍️ Description

Refactor evcc to new deb822 format

Link: https://github.com/community-scripts/ProxmoxVE/discussions/7489#discussioncomment-14935707

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/9057 **Author:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/12/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `CrazyWolf13-patch-6` --- ### 📝 Commits (9) - [`9341e31`](https://github.com/community-scripts/ProxmoxVE/commit/9341e31f9956096f61a7b63ea2f3a682897d368b) chore: evcc: refactor - [`b6387b0`](https://github.com/community-scripts/ProxmoxVE/commit/b6387b0a2ebceffc5c47d7775ad0c17d598cbae6) chore: evcc: update to deb822 - [`16e0490`](https://github.com/community-scripts/ProxmoxVE/commit/16e0490ae6acf9e251de5bc81f7d80b8daa5977f) fix - [`5ac14f2`](https://github.com/community-scripts/ProxmoxVE/commit/5ac14f26369f060e29534c2a8beb62e60161bbd5) update - [`f155c69`](https://github.com/community-scripts/ProxmoxVE/commit/f155c69fd21ea2aeaa1a671ea9ec3c03cbd41c6b) fix - [`a10afd5`](https://github.com/community-scripts/ProxmoxVE/commit/a10afd57d3274f995246c1f7bb34f6b57ff71e71) fix - [`9e1d7b1`](https://github.com/community-scripts/ProxmoxVE/commit/9e1d7b1426c9764d1adaf0c23c0753d6103adfd3) Fix version codename retrieval in evcc.sh - [`572ee0f`](https://github.com/community-scripts/ProxmoxVE/commit/572ee0f49cb4ea3278f0ff7da1ca9357a951257a) Fix version codename retrieval in install script - [`fdf496c`](https://github.com/community-scripts/ProxmoxVE/commit/fdf496cff5350307ca51e4d5cc5581ba5fc9e7dc) Remove installation of lsb-release dependency ### 📊 Changes **2 files changed** (+17 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `ct/evcc.sh` (+10 -2) 📝 `install/evcc-install.sh` (+7 -12) </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 Refactor evcc to new deb822 format ## 🔗 Related PR / Issue Link: https://github.com/community-scripts/ProxmoxVE/discussions/7489#discussioncomment-14935707 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [ ] **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) - [x] 🐞 **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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:30:46 +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#7801
No description provided.