post-pve-install.sh - not ready for proxmox VE 9 #1400

Closed
opened 2026-02-05 00:38:33 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @netchron-personal on GitHub (Aug 5, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

post-pve-install.sh

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Using Debian 13 (Proxmox VE 9) and the script matches on 8.x - imho matching on specific versions and aborting the script if not matched is completely unnecessary and always requires manual unnecessary tweaking despite the script working fine with all future versions unless proven otherwise...

🔄 Steps to reproduce the issue.

run the script on any proxmox 9 (stable / beta) server

Paste the full error output (if available).

matches on 8.x but shouldn't match on anything and "just run"

🖼️ Additional context (optional).

No response

Originally created by @netchron-personal on GitHub (Aug 5, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? post-pve-install.sh ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Using Debian 13 (Proxmox VE 9) and the script matches on 8.x - imho matching on specific versions and aborting the script if not matched is completely unnecessary and always requires manual unnecessary tweaking despite the script working fine with all future versions unless proven otherwise... ### 🔄 Steps to reproduce the issue. run the script on any proxmox 9 (stable / beta) server ### ❌ Paste the full error output (if available). matches on 8.x but shouldn't match on anything and "just run" ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 00:38:33 +03:00
Author
Owner

@MickLesk commented on GitHub (Aug 5, 2025):

Make a correct Feature Request and Not an issue. Dude pve9 is released since today, we are not magicans.

@MickLesk commented on GitHub (Aug 5, 2025): Make a correct Feature Request and Not an issue. Dude pve9 is released since today, we are not magicans.
Author
Owner

@Stooovie commented on GitHub (Oct 1, 2025):

Yes but we're on 9.0.10 already and the script is still not updated, is there a date? Thanks!

@Stooovie commented on GitHub (Oct 1, 2025): Yes but we're on 9.0.10 already and the script is still not updated, is there a date? Thanks!
Author
Owner

@MickLesk commented on GitHub (Oct 1, 2025):

Wtf? The Script work since weeks

@MickLesk commented on GitHub (Oct 1, 2025): Wtf? The Script work since weeks
Author
Owner

@Stooovie commented on GitHub (Oct 1, 2025):

Then something's wrong on my system, the script starts but when I press Y on "Start the Proxmox VE Post Install Script (y/n)?", it just quits without any error. No other issues on my install.

@Stooovie commented on GitHub (Oct 1, 2025): Then something's wrong on my system, the script starts but when I press Y on "Start the Proxmox VE Post Install Script (y/n)?", it just quits without any error. No other issues on my install.
Author
Owner

@MickLesk commented on GitHub (Oct 1, 2025):

make an discussion, not in an old issue please

here with this you can test: bash -x -e -u -o pipefail <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)

never heard of an issue like this

@MickLesk commented on GitHub (Oct 1, 2025): make an discussion, not in an old issue please here with this you can test: bash -x -e -u -o pipefail <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh) never heard of an issue like this
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1400