PVE 9.1.1: post-pve-install.sh script fails with error: "Only Proxmox 9.0 is currently supported" #2041

Closed
opened 2026-02-05 03:32:36 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @dennisjbr on GitHub (Nov 20, 2025).

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

📜 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 13

📈 Which Proxmox version are you on?

9.1.1

📝 Provide a clear and concise description of the issue.

Script fails with error: "Only Proxmox 9.0 is currently supported"
I commented out the following lines so that I could at least disable the subscription nag and ensure the no-subscription repo was enabled.

if ((PVE_MINOR != 0)); then

msg_error "Only Proxmox 9.0 is currently supported"

exit 1

fi

🔄 Steps to reproduce the issue.

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

Paste the full error output (if available).

✗ Only Proxmox 9.0 is currently supported

🖼️ Additional context (optional).

No response

Originally created by @dennisjbr on GitHub (Nov 20, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 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 13 ### 📈 Which Proxmox version are you on? 9.1.1 ### 📝 Provide a clear and concise description of the issue. Script fails with error: "Only Proxmox 9.0 is currently supported" I commented out the following lines so that I could at least disable the subscription nag and ensure the no-subscription repo was enabled. # if ((PVE_MINOR != 0)); then # msg_error "Only Proxmox 9.0 is currently supported" # exit 1 # fi ### 🔄 Steps to reproduce the issue. Run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)" on PVE 9.1.1 node ### ❌ Paste the full error output (if available). ✗ Only Proxmox 9.0 is currently supported ### 🖼️ Additional context (optional). _No response_
OVERLORD added the 🛑 Failure to comply with the guidelines label 2026-02-05 03:32:36 +03:00
Author
Owner

@MickLesk commented on GitHub (Nov 20, 2025):

and you cannot find the correct pr and discussion?

https://github.com/community-scripts/ProxmoxVE/discussions/9278

@MickLesk commented on GitHub (Nov 20, 2025): and you cannot find the correct pr and discussion? https://github.com/community-scripts/ProxmoxVE/discussions/9278
Author
Owner

@dennisjbr commented on GitHub (Nov 20, 2025):

and you cannot find the correct pr and discussion?

#9278

Please be kind. I searched based on the script name. At least I went through the effort of pointing out the lines in the script. I’m not set up with git on a production server. Appreciate you pointing out the link.

Cheers.

@dennisjbr commented on GitHub (Nov 20, 2025): > and you cannot find the correct pr and discussion? > > [#9278](https://github.com/community-scripts/ProxmoxVE/discussions/9278) Please be kind. I searched based on the script name. At least I went through the effort of pointing out the lines in the script. I’m not set up with git on a production server. Appreciate you pointing out the link. Cheers.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2041