Proxmox VE Post Install do not work with Version 8.4.13 #1662

Closed
opened 2026-02-05 01:53:33 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @eltonk on GitHub (Sep 23, 2025).

Have you read and understood the above guidelines?

yes

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

Proxmox VE Post Install

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

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

8.4.13

📝 Provide a clear and concise description of the issue.

After updating the Proxmox to version 8.4.13, the server started to complain again about the pve-subscription repository.

I try to re-run the Post Install script to fix the repositories, but I got this error:

____ _ ________ ____ __ ____ __ ____ / __ \ | / / ____/ / __ \____ _____/ /_ / _/___ _____/ /_____ _/ / / / /_/ / | / / __/ / /_/ / __ \/ ___/ __/ / // __ \/ ___/ __/ __/ / /
/ /| |/ / / / / // ( ) / / // / / ( ) // // / / /
// |/_/ // _//_/ /// ///_/_,//_/

This script will Perform Post Install Routines.

Start the Proxmox VE Post Install Script (y/n)?y
✗ This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.0 or later.
Exiting...`

🔄 Steps to reproduce the issue.

Step 1: Update Proxmox to version 8.4.13
Step 2: Reset the server;
Step 3: Open shell console;
Step 4: Run bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"

Paste the full error output (if available).

____ _ ________ ____ __ ____ __ ____ / __ \ | / / ____/ / __ \____ _____/ /_ / _/___ _____/ /_____ _/ / / / /_/ / | / / __/ / /_/ / __ \/ ___/ __/ / // __ \/ ___/ __/ __/ / /
/ /| |/ / / / / // ( ) / / // / / ( ) // // / / /
// |/_/ // _//_/ /// ///_/_,//_/

This script will Perform Post Install Routines.

Start the Proxmox VE Post Install Script (y/n)?y
✗ This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.0 or later.
Exiting...`

🖼️ Additional context (optional).

No response

Originally created by @eltonk on GitHub (Sep 23, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Proxmox VE Post Install ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 8.4.13 ### 📝 Provide a clear and concise description of the issue. After updating the Proxmox to version 8.4.13, the server started to complain again about the pve-subscription repository. I try to re-run the Post Install script to fix the repositories, but I got this error: ` ____ _ ________ ____ __ ____ __ ____ / __ \ | / / ____/ / __ \____ _____/ /_ / _/___ _____/ /_____ _/ / / / /_/ / | / / __/ / /_/ / __ \/ ___/ __/ / // __ \/ ___/ __/ __ `/ / / / ____/| |/ / /___ / ____/ /_/ (__ ) /_ _/ // / / (__ ) /_/ /_/ / / / /_/ |___/_____/ /_/ \____/____/\__/ /___/_/ /_/____/\__/\__,_/_/_/ This script will Perform Post Install Routines. Start the Proxmox VE Post Install Script (y/n)?y ✗ This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.0 or later. Exiting...` ### 🔄 Steps to reproduce the issue. Step 1: Update Proxmox to version 8.4.13 Step 2: Reset the server; Step 3: Open shell console; Step 4: Run bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)" ### ❌ Paste the full error output (if available). ` ____ _ ________ ____ __ ____ __ ____ / __ \ | / / ____/ / __ \____ _____/ /_ / _/___ _____/ /_____ _/ / / / /_/ / | / / __/ / /_/ / __ \/ ___/ __/ / // __ \/ ___/ __/ __ `/ / / / ____/| |/ / /___ / ____/ /_/ (__ ) /_ _/ // / / (__ ) /_/ /_/ / / / /_/ |___/_____/ /_/ \____/____/\__/ /___/_/ /_/____/\__/\__,_/_/_/ This script will Perform Post Install Routines. Start the Proxmox VE Post Install Script (y/n)?y ✗ This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.0 or later. Exiting...` ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bugnot planned labels 2026-02-05 01:53:33 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Sep 23, 2025):

Hello, it looks like you are referencing the old tteck repo.

This repository is no longer used for active scripts.
Please update your bookmarks and use: https://helper-scripts.com

Also make sure your Bash command starts with:

bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/...)

This issue is being closed automatically.

@github-actions[bot] commented on GitHub (Sep 23, 2025): Hello, it looks like you are referencing the **old tteck repo**. This repository is no longer used for active scripts. **Please update your bookmarks** and use: [https://helper-scripts.com](https://helper-scripts.com) Also make sure your Bash command starts with: ```bash bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/...) ``` This issue is being closed automatically.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1662