Jellyfin script version check error #852

Closed
opened 2026-02-04 21:54:40 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @HockneyTower on GitHub (Apr 24, 2025).

Have you read and understood the above guidelines?

yes

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

jellyfin.sh

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

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/jellyfin.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.

When using the script, the version check consider pve 8.4.1 as not supported and prior to 8.1.

🔄 Steps to reproduce the issue.

step 1 : use the command line in pve shell
step 2 : press enter to confirm we want to create an lxc
step 3 : version check error

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...

🖼️ Additional context (optional).

Image
Image
Image

Originally created by @HockneyTower on GitHub (Apr 24, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? jellyfin.sh ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/jellyfin.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. When using the script, the version check consider pve 8.4.1 as not supported and prior to 8.1. ### 🔄 Steps to reproduce the issue. step 1 : use the command line in pve shell step 2 : press enter to confirm we want to create an lxc step 3 : version check error ### ❌ 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... ### 🖼️ Additional context (optional). ![Image](https://github.com/user-attachments/assets/74b6a37f-99b5-47b5-9bd8-b646399075b9) ![Image](https://github.com/user-attachments/assets/4099c095-995a-45c0-9e20-491ec161a6ee) ![Image](https://github.com/user-attachments/assets/fe7673af-3351-42df-90bd-3fd1af852b1b)
OVERLORD added the bugnot planned labels 2026-02-04 21:54:40 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Apr 24, 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 (Apr 24, 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#852