[PR #5148] [CLOSED] Automate installation of Debian VM #5563

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5148
Author: @Zananok
Created: 6/14/2025
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • fc3db3d Update debian-vm.sh: add support of environment variables to override defaults, allowing a more automated installation
  • af6b301 Update debian-vm.sh: add AUTO_ACCEPT variable for automated VM creation and SSH confirmation

📊 Changes

1 file changed (+112 additions, -89 deletions)

View changed files

📝 vm/debian-vm.sh (+112 -89)

📄 Description

✍️ Description

  • Update debian-vm.sh: add AUTO_ACCEPT variable for automated VM creation and SSH confirmation
  • Update debian-vm.sh: add support of environment variables to override defaults, allowing a more automated installation

The point of this pr is to automate the installation of the VM if you already have preset values instead of always going through the wizard.

Link: #

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/5148 **Author:** [@Zananok](https://github.com/Zananok) **Created:** 6/14/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`fc3db3d`](https://github.com/community-scripts/ProxmoxVE/commit/fc3db3d98de48dbc037910b23180c850c266d0d9) Update debian-vm.sh: add support of environment variables to override defaults, allowing a more automated installation - [`af6b301`](https://github.com/community-scripts/ProxmoxVE/commit/af6b301336c30b22d69607aa744ce82dcf9020d4) Update debian-vm.sh: add AUTO_ACCEPT variable for automated VM creation and SSH confirmation ### 📊 Changes **1 file changed** (+112 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `vm/debian-vm.sh` (+112 -89) </details> ### 📄 Description ## ✍️ Description - Update debian-vm.sh: add AUTO_ACCEPT variable for automated VM creation and SSH confirmation - Update debian-vm.sh: add support of environment variables to override defaults, allowing a more automated installation The point of this pr is to automate the installation of the VM if you already have preset values instead of always going through the wizard. ## 🔗 Related PR / Issue Link: # ## ✅ 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. - [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. - [ ] 🔧 **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:06:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5563