pihole installation script fails - wrong version of proxmox #1475

Closed
opened 2025-11-20 05:11:01 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @flowsx on GitHub (Jul 12, 2025).

Have you read and understood the above guidelines?

yes

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

https://github.com/tteck/Proxmox/raw/main/ct/pihole.sh

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

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/pihole.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.10

📝 Provide a clear and concise description of the issue.

I have proxmox version 8.4.1 .
When running the script I get the following output:

Loading...
✗ This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.1 or later.
Exiting...
root@pve:~#

🔄 Steps to reproduce the issue.

LEt the script run on PVE 8.4.1

Paste the full error output (if available).

Loading...
✗ This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.1 or later.
Exiting...
root@pve:~#

🖼️ Additional context (optional).

Image
Originally created by @flowsx on GitHub (Jul 12, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? https://github.com/tteck/Proxmox/raw/main/ct/pihole.sh ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/pihole.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.10 ### 📝 Provide a clear and concise description of the issue. I have proxmox version **8.4.1** . When running the script I get the following output: Loading... ✗ This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.1 or later. Exiting... root@pve:~# ### 🔄 Steps to reproduce the issue. LEt the script run on PVE 8.4.1 ### ❌ Paste the full error output (if available). Loading... ✗ This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.1 or later. Exiting... root@pve:~# ### 🖼️ Additional context (optional). <img width="951" height="337" alt="Image" src="https://github.com/user-attachments/assets/72230a9e-20bb-4e3d-b4b6-911a720c1758" />
saavagebueno added the bugnot planned labels 2025-11-20 05:11:01 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jul 12, 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 (Jul 12, 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: SVI/ProxmoxVE#1475