[PR #281] [MERGED] Enhance getInstallCommand to support Alpine variant in InstallCommand component #2537

Closed
opened 2026-02-05 05:00:50 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/281
Author: @BramSuurdje
Created: 11/16/2024
Status: Merged
Merged: 11/16/2024
Merged by: @havardthom

Base: mainHead: fix-alpine-wget


📝 Commits (1)

  • 40b1646 Enhance getInstallCommand to support Alpine variant in InstallCommand component

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx (+3 -3)

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

This pull request includes changes to the frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx file to enhance the installation command functionality. The changes mainly focus on supporting Alpine Linux by conditionally modifying the wget command options.

Enhancements to installation command functionality:

Fixes # (issue)

fixes #280

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)

Additional Information (optional)

Provide any additional context or screenshots about the feature or fix here.

If there are other pull requests or discussions related to this change, please link them here:

  • Related PR #

🔄 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/281 **Author:** [@BramSuurdje](https://github.com/BramSuurdje) **Created:** 11/16/2024 **Status:** ✅ Merged **Merged:** 11/16/2024 **Merged by:** [@havardthom](https://github.com/havardthom) **Base:** `main` ← **Head:** `fix-alpine-wget` --- ### 📝 Commits (1) - [`40b1646`](https://github.com/community-scripts/ProxmoxVE/commit/40b164645137513e096a1d7f7b18761b8d0160ce) Enhance getInstallCommand to support Alpine variant in InstallCommand component ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx` (+3 -3) </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description This pull request includes changes to the `frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx` file to enhance the installation command functionality. The changes mainly focus on supporting Alpine Linux by conditionally modifying the wget command options. Enhancements to installation command functionality: * [`frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx`](diffhunk://#diff-be78da33e0230b669a52fb99a71685a83ea2d01111097f121075354e41bcf7d7L7-R8): Modified the `getInstallCommand` function to accept an `isAlpine` parameter, which alters the wget command options based on the operating system. * [`frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx`](diffhunk://#diff-be78da33e0230b669a52fb99a71685a83ea2d01111097f121075354e41bcf7d7L70-R70): Updated the `InstallCommand` component to pass the `isAlpine` parameter to the `getInstallCommand` function for Alpine Linux scripts. Fixes # (issue) fixes #280 ## Type of change Please check the relevant option(s): - [x] 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: - [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) - [ ] Documentation updated (I have updated any relevant documentation) ## Additional Information (optional) Provide any additional context or screenshots about the feature or fix here. ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: - Related PR # --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:00:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2537