-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
β Have you read and understood the above guidelines?
Yes
π What is the name of the script you are using?
Docker
π What was the exact command used to execute the script?
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/docker.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.
I was trying to install docker on Proxmox Virtual Environment 8.4.1 and the script failed in version check
π Steps to reproduce the issue.
step 1 run script in proxmox cli
error occur
β 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).
Either the error msg or code is incorrect:
Requires Proxmox Virtual Environment Version 8.1 or later.
but in code the check is [1-3]
https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func
